#3636CA

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

Shades of Persian Blue #3636CA

Tints of Persian Blue #3636CA

Color information

#3636CA (or 0x3636CA) is unknown color: approx Persian Blue. HEX triplet: 36, 36 and CA. RGB value is (54,54,202). Sum of RGB (Red+Green+Blue) = 54+54+202=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #3636CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3636CA is #C9C935. Grayscale: #464646. Windows color (decimal): -13224246 or 13252150. OLE color: 13252150.

HSL color Cylindrical-coordinate representation of color #3636CA: hue angle of 240º 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 #3636CA is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5454202-
CMYK0.730.7300.21
HSL240º58.27%50.2%-
HSV(B)240º73.27%79.22%-
XYZ13.57.6956.65-
YUV70.87202115.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.42%
GREEN value IS 54 (21.48% from 255) = 17.42%
BLUE value IS 202 (79.30% from 255) = 65.16%
R=17.42%
G=17.42%
B=65.16%

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
Decimal54542020.730.7300.2124058.2750.2
Hex3636CA4949015f03a32
Octal66663121111110253607262
Binary110110110110110010101001001100100101010111110000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3636CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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