#3574D3

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

Shades of Royal Blue #3574D3

Tints of Royal Blue #3574D3

Color information

#3574D3 (or 0x3574D3) is unknown color: approx Royal Blue. HEX triplet: 35, 74 and D3. RGB value is (53,116,211). Sum of RGB (Red+Green+Blue) = 53+116+211=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 211 (82.81% from 255 or 55.53% from 380); Max value from RGB is 211 - color contains mainly: blue. Hex color #3574D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3574D3 is #CA8B2C. Grayscale: #6B6B6B. Windows color (decimal): -13273901 or 13857845. OLE color: 13857845.

HSL color Cylindrical-coordinate representation of color #3574D3: hue angle of 216.08º degrees, saturation: 0.64, 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 #3574D3 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB53116211-
CMYK0.750.4500.17
HSL216.08º64.23%51.76%-
HSV(B)216.08º74.88%82.75%-
XYZ19.4717.9564.07-
YUV107.99186.1388.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.95%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 211 (82.81% from 255) = 55.53%
R=13.95%
G=30.53%
B=55.53%

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
Decimal531162110.750.4500.17216.0864.2351.76
Hex3574D34B2D011d84034
Octal651643231135502133010064
Binary1101011110100110100111001011101101010001110110001000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3574D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3574D3; }

 p { color: rgb(53,116,211); }

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

<style>
 a { background-color: #3574D3; }

 a { background-color: rgb(53,116,211); }

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

<style>
 span { border-color: #3574D3; }

 span { border-color: rgb(53,116,211); }

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