#3565DE

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

Shades of Royal Blue #3565DE

Tints of Royal Blue #3565DE

Color information

#3565DE (or 0x3565DE) is unknown color: approx Royal Blue. HEX triplet: 35, 65 and DE. RGB value is (53,101,222). Sum of RGB (Red+Green+Blue) = 53+101+222=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #3565DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3565DE is #CA9A21. Grayscale: #636363. Windows color (decimal): -13277730 or 14574901. OLE color: 14574901.

HSL color Cylindrical-coordinate representation of color #3565DE: hue angle of 222.96º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3565DE is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB53101222-
CMYK0.760.5500.13
HSL222.96º71.91%53.92%-
HSV(B)222.96º76.13%87.06%-
XYZ19.3115.3471.05-
YUV100.44196.694.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.10%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 222 (87.11% from 255) = 59.04%
R=14.10%
G=26.86%
B=59.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal531012220.760.5500.13222.9671.9153.92
Hex3565DE4C370Ddf4836
Octal651453361146701533711066
Binary110101110010111011110100110011011101101110111111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3565DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3565DE; }

 p { color: rgb(53,101,222); }

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

<style>
 a { background-color: #3565DE; }

 a { background-color: rgb(53,101,222); }

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

<style>
 span { border-color: #3565DE; }

 span { border-color: rgb(53,101,222); }

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