#3575CE

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

Shades of Royal Blue #3575CE

Tints of Royal Blue #3575CE

Color information

#3575CE (or 0x3575CE) is unknown color: approx Royal Blue. HEX triplet: 35, 75 and CE. RGB value is (53,117,206). Sum of RGB (Red+Green+Blue) = 53+117+206=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #3575CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3575CE is #CA8A31. Grayscale: #6B6B6B. Windows color (decimal): -13273650 or 13530421. OLE color: 13530421.

HSL color Cylindrical-coordinate representation of color #3575CE: hue angle of 214.9º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3575CE is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB53117206-
CMYK0.740.4300.19
HSL214.9º60.96%50.78%-
HSV(B)214.9º74.27%80.78%-
XYZ18.9717.9460.85-
YUV108.01183.388.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.10%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 206 (80.86% from 255) = 54.79%
R=14.10%
G=31.12%
B=54.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal531172060.740.4300.19214.960.9650.78
Hex3575CE4A2B013d73d33
Octal65165316112530233277563
Binary110101111010111001110100101010101101001111010111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3575CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3575CE; }

 p { color: rgb(53,117,206); }

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

<style>
 a { background-color: #3575CE; }

 a { background-color: rgb(53,117,206); }

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

<style>
 span { border-color: #3575CE; }

 span { border-color: rgb(53,117,206); }

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