Html Css Color HEX #3561D8 Royal Blue

📋 copy color: '#3561D8'

red 53 ◦ green 97 ◦ blue 216

#3561D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3561D8

Tints of Royal Blue #3561D8

RGB

 RED value IS 53 (21.09% from 255) = 14.48%

 GREEN value IS 97 (38.28% from 255) = 26.5%

 BLUE value IS 216 (84.77% from 255) = 59.02%

R = 14.48%
G = 26.5%
B = 59.02%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3561D8 (or 0x3561D8) is known color: Royal Blue. HEX triplet: 35, 61 and D8. RGB value is (53,97,216). Sum of RGB (Red+Green+Blue) = 53+97+216=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 216 (84.77% from 255 or 59.02% from 366); Max value from RGB is 216 - color contains mainly: blue. Hex color #3561D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3561D8 is #CA9E27. Grayscale: #606060. Windows color (decimal): -13278760 or 14180661. OLE color: 14180661.

HSL color Cylindrical-coordinate representation of color #3561D8: hue angle of 223.8º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3561D8 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 97 216 -
CMYK 0.75 0.55 0 0.15
HSL 223.8º 0.68% 0.53% -
HSV(B) 223.8º 0.75% 0.85% -
XYZ 18.14 14.26 66.76 -
YUV 97.41 194.92 96.32 -
System Red Green Blue C M Y K H S L
Decimal 53 97 216 0.75 0.55 0 0.15 223.8 0.68 0.53
Hex 35 61 D8 4B 37 0 F E0 44 35
Octal 65 141 330 113 67 0 17 340 104 65
Binary 110101 1100001 11011000 1001011 110111 0 1111 11100000 1000100 110101

Color Harmonies of #3561D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3561D8

Black with #3561D8

Text Example


Text Example

White with #3561D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3561D8; }

 p { color: rgb(53,97,216); }

 H1.HeaderClassName
 {
   color: #3561D8;
 }
 .AnyTagClassName
 {
   color: #3561D8;
 }
</style>

background-color css

<style>
 a { background-color: #3561D8; }

 a { background-color: rgb(53,97,216); }

 div.DivClassName
 {
   background-color: #3561D8;
 }
 .BgClassName
 {
   background-color: #3561D8;
 }
</style>

border-color css

<style>
 span { border-color: #3561D8; }

 span { border-color: rgb(53,97,216); }

 td.TdClassName
 {
   border-color: #3561D8;
 }
 .TagClassName
 {
   border-color: #3561D8;
 }
</style>