#3636AC

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

Shades of Persian Blue #3636AC

Tints of Persian Blue #3636AC

Color information

#3636AC (or 0x3636AC) is unknown color: approx Persian Blue. HEX triplet: 36, 36 and AC. RGB value is (54,54,172). Sum of RGB (Red+Green+Blue) = 54+54+172=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #3636AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3636AC is #C9C953. Grayscale: #424242. Windows color (decimal): -13224276 or 11286070. OLE color: 11286070.

HSL color Cylindrical-coordinate representation of color #3636AC: 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.69%. Process color model (Four color, CMYK) of #3636AC is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5454172-
CMYK0.690.6900.33
HSL240º52.21%44.31%-
HSV(B)240º68.6%67.45%-
XYZ10.296.439.72-
YUV67.45187118.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.29%
GREEN value IS 54 (21.48% from 255) = 19.29%
BLUE value IS 172 (67.58% from 255) = 61.43%
R=19.29%
G=19.29%
B=61.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54541720.690.6900.3324052.2144.31
Hex3636AC4545021f0342c
Octal66662541051050413606454
Binary1101101101101010110010001011000101010000111110000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3636AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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