#3537C2

Color #3537C2 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3537C2

Tints of Persian Blue #3537C2

Color information

#3537C2 (or 0x3537C2) is unknown color: approx Persian Blue. HEX triplet: 35, 37 and C2. RGB value is (53,55,194). Sum of RGB (Red+Green+Blue) = 53+55+194=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 194 (76.17% from 255 or 64.24% from 302); Max value from RGB is 194 - color contains mainly: blue. Hex color #3537C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3537C2 is #CAC83D. Grayscale: #454545. Windows color (decimal): -13289534 or 12728117. OLE color: 12728117.

HSL color Cylindrical-coordinate representation of color #3537C2: hue angle of 239.15º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3537C2 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5355194-
CMYK0.730.7200.24
HSL239.15º57.09%48.43%-
HSV(B)239.15º72.68%76.08%-
XYZ12.577.3851.8-
YUV70.25197.84115.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.55%
GREEN value IS 55 (21.88% from 255) = 18.21%
BLUE value IS 194 (76.17% from 255) = 64.24%
R=17.55%
G=18.21%
B=64.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53551940.730.7200.24239.1557.0948.43
Hex3537C24948018ef3930
Octal65673021111100303577160
Binary110101110111110000101001001100100001100011101111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3537C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3537C2; }

 p { color: rgb(53,55,194); }

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

<style>
 a { background-color: #3537C2; }

 a { background-color: rgb(53,55,194); }

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

<style>
 span { border-color: #3537C2; }

 span { border-color: rgb(53,55,194); }

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