Html Css Color HEX #3566CD Royal Blue

📋 copy color: '#3566CD'

red 53 ◦ green 102 ◦ blue 205

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

Shades of Royal Blue #3566CD

Tints of Royal Blue #3566CD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

 BLUE value IS 205 (80.47% from 255) = 56.94%

R = 14.72%
G = 28.33%
B = 56.94%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3566CD (or 0x3566CD) is known color: Royal Blue. HEX triplet: 35, 66 and CD. RGB value is (53,102,205). Sum of RGB (Red+Green+Blue) = 53+102+205=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #3566CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3566CD is #CA9932. Grayscale: #626262. Windows color (decimal): -13277491 or 13461045. OLE color: 13461045.

HSL color Cylindrical-coordinate representation of color #3566CD: hue angle of 220.66º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3566CD is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 102 205 -
CMYK 0.74 0.50 0 0.20
HSL 220.66º 0.6% 0.51% -
HSV(B) 220.66º 0.74% 0.8% -
XYZ 17.24 14.67 59.68 -
YUV 99.09 187.77 95.12 -
System Red Green Blue C M Y K H S L
Decimal 53 102 205 0.74 0.50 0 0.20 220.66 0.6 0.51
Hex 35 66 CD 4A 32 0 14 DD 3C 33
Octal 65 146 315 112 62 0 24 335 74 63
Binary 110101 1100110 11001101 1001010 110010 0 10100 11011101 111100 110011

Color Harmonies of #3566CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3566CD

Black with #3566CD

Text Example


Text Example

White with #3566CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3566CD; }

 p { color: rgb(53,102,205); }

 H1.HeaderClassName
 {
   color: #3566CD;
 }
 .AnyTagClassName
 {
   color: #3566CD;
 }
</style>

background-color css

<style>
 a { background-color: #3566CD; }

 a { background-color: rgb(53,102,205); }

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

border-color css

<style>
 span { border-color: #3566CD; }

 span { border-color: rgb(53,102,205); }

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