#3736CA

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

Shades of Persian Blue #3736CA

Tints of Persian Blue #3736CA

Color information

#3736CA (or 0x3736CA) is unknown color: approx Persian Blue. HEX triplet: 37, 36 and CA. RGB value is (55,54,202). Sum of RGB (Red+Green+Blue) = 55+54+202=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #3736CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3736CA is #C8C935. Grayscale: #464646. Windows color (decimal): -13158710 or 13252151. OLE color: 13252151.

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

Color convert

RGB5554202-
CMYK0.730.7300.21
HSL240.41º58.27%50.2%-
HSV(B)240.41º73.27%79.22%-
XYZ13.567.7156.65-
YUV71.17201.83116.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.68%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 202 (79.30% from 255) = 64.95%
R=17.68%
G=17.36%
B=64.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal55542020.730.7300.21240.4158.2750.2
Hex3736CA4949015f03a32
Octal67663121111110253607262
Binary110111110110110010101001001100100101010111110000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3736CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3736CA; }

 p { color: rgb(55,54,202); }

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

<style>
 a { background-color: #3736CA; }

 a { background-color: rgb(55,54,202); }

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

<style>
 span { border-color: #3736CA; }

 span { border-color: rgb(55,54,202); }

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