#3636AB

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

Shades of Persian Blue #3636AB

Tints of Persian Blue #3636AB

Color information

#3636AB (or 0x3636AB) is unknown color: approx Persian Blue. HEX triplet: 36, 36 and AB. RGB value is (54,54,171). Sum of RGB (Red+Green+Blue) = 54+54+171=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #3636AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3636AB is #C9C954. Grayscale: #424242. Windows color (decimal): -13224277 or 11220534. OLE color: 11220534.

HSL color Cylindrical-coordinate representation of color #3636AB: hue angle of 240º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3636AB is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5454171-
CMYK0.680.6800.33
HSL240º52%44.12%-
HSV(B)240º68.42%67.06%-
XYZ10.196.3639.22-
YUV67.34186.5118.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 171 (67.19% from 255) = 61.29%
R=19.35%
G=19.35%
B=61.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54541710.680.6800.332405244.12
Hex3636AB4444021f0342c
Octal66662531041040413606454
Binary1101101101101010101110001001000100010000111110000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3636AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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