#3575D4

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

Shades of Royal Blue #3575D4

Tints of Royal Blue #3575D4

Color information

#3575D4 (or 0x3575D4) is unknown color: approx Royal Blue. HEX triplet: 35, 75 and D4. RGB value is (53,117,212). Sum of RGB (Red+Green+Blue) = 53+117+212=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 212 (83.20% from 255 or 55.50% from 382); Max value from RGB is 212 - color contains mainly: blue. Hex color #3575D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3575D4 is #CA8A2B. Grayscale: #6C6C6C. Windows color (decimal): -13273644 or 13923637. OLE color: 13923637.

HSL color Cylindrical-coordinate representation of color #3575D4: hue angle of 215.85º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3575D4 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB53117212-
CMYK0.750.4500.17
HSL215.85º64.9%51.96%-
HSV(B)215.85º75%83.14%-
XYZ19.7118.2364.77-
YUV108.69186.388.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.87%
GREEN value IS 117 (46.09% from 255) = 30.63%
BLUE value IS 212 (83.20% from 255) = 55.50%
R=13.87%
G=30.63%
B=55.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal531172120.750.4500.17215.8564.951.96
Hex3575D44B2D011d84134
Octal651653241135502133010164
Binary1101011110101110101001001011101101010001110110001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3575D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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