#3571C9

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

Shades of Royal Blue #3571C9

Tints of Royal Blue #3571C9

Color information

#3571C9 (or 0x3571C9) is unknown color: approx Royal Blue. HEX triplet: 35, 71 and C9. RGB value is (53,113,201). Sum of RGB (Red+Green+Blue) = 53+113+201=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #3571C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3571C9 is #CA8E36. Grayscale: #686868. Windows color (decimal): -13274679 or 13201717. OLE color: 13201717.

HSL color Cylindrical-coordinate representation of color #3571C9: hue angle of 215.68º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3571C9 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53113201-
CMYK0.740.4400.21
HSL215.68º58.27%49.8%-
HSV(B)215.68º73.63%78.82%-
XYZ17.9216.7857.55-
YUV105.09182.1290.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.44%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 201 (78.91% from 255) = 54.77%
R=14.44%
G=30.79%
B=54.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531132010.740.4400.21215.6858.2749.8
Hex3571C94A2C015d83a32
Octal65161311112540253307262
Binary110101111000111001001100101010110001010111011000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3571C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3571C9; }

 p { color: rgb(53,113,201); }

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

<style>
 a { background-color: #3571C9; }

 a { background-color: rgb(53,113,201); }

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

<style>
 span { border-color: #3571C9; }

 span { border-color: rgb(53,113,201); }

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