#3566D5

Color #3566D5 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3566D5

Tints of Royal Blue #3566D5

Color information

#3566D5 (or 0x3566D5) is unknown color: approx Royal Blue. HEX triplet: 35, 66 and D5. RGB value is (53,102,213). Sum of RGB (Red+Green+Blue) = 53+102+213=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 213 (83.59% from 255 or 57.88% from 368); Max value from RGB is 213 - color contains mainly: blue. Hex color #3566D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3566D5 is #CA992A. Grayscale: #636363. Windows color (decimal): -13277483 or 13985333. OLE color: 13985333.

HSL color Cylindrical-coordinate representation of color #3566D5: hue angle of 221.62º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3566D5 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB53102213-
CMYK0.750.5200.16
HSL221.62º65.57%52.16%-
HSV(B)221.62º75.12%83.53%-
XYZ18.2315.0664.9-
YUV100191.7794.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.40%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 213 (83.59% from 255) = 57.88%
R=14.40%
G=27.72%
B=57.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal531022130.750.5200.16221.6265.5752.16
Hex3566D54B34010de4234
Octal651463251136402033610264
Binary1101011100110110101011001011110100010000110111101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3566D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3566D5;
 }
 .AnyTagClassName
 {
   color: #3566D5;
 }
</style>
background-color css

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

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

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

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

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

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