#3565CD

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

Shades of Royal Blue #3565CD

Tints of Royal Blue #3565CD

Color information

#3565CD (or 0x3565CD) is unknown color: approx Royal Blue. HEX triplet: 35, 65 and CD. RGB value is (53,101,205). Sum of RGB (Red+Green+Blue) = 53+101+205=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #3565CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3565CD is #CA9A32. Grayscale: #626262. Windows color (decimal): -13277747 or 13460789. OLE color: 13460789.

HSL color Cylindrical-coordinate representation of color #3565CD: hue angle of 221.05º 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 #3565CD is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53101205-
CMYK0.740.5100.20
HSL221.05º60.32%50.59%-
HSV(B)221.05º74.15%80.39%-
XYZ17.1414.4759.65-
YUV98.5188.195.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.76%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 205 (80.47% from 255) = 57.10%
R=14.76%
G=28.13%
B=57.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531012050.740.5100.20221.0560.3250.59
Hex3565CD4A33014dd3c33
Octal65145315112630243357463
Binary110101110010111001101100101011001101010011011101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3565CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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