#2129ac

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

Shades of Persian Blue #2129AC

Tints of Persian Blue #2129AC

Color information

#2129AC (or 0x2129AC) is unknown color: approx Persian Blue. HEX triplet: 21, 29 and AC. RGB value is (33,41,172). Sum of RGB (Red+Green+Blue) = 33+41+172=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #2129AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2129AC is #DED653. Grayscale: #353535. Windows color (decimal): -14603860 or 11282721. OLE color: 11282721.

HSL color Cylindrical-coordinate representation of color #2129AC: hue angle of 236.55º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2129AC is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3341172-
CMYK0.810.7600.33
HSL236.55º67.8%40.2%-
HSV(B)236.55º80.81%67.45%-
XYZ8.874.8939.51-
YUV53.54194.85113.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 172 (67.58% from 255) = 69.92%
R=13.41%
G=16.67%
B=69.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33411720.810.7600.33236.5567.840.2
Hex2129AC514C021ed4428
Octal415125412111404135510450
Binary10000110100110101100101000110011000100001111011011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2129ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2129ac; }

 p { color: rgb(33,41,172); }

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

<style>
 a { background-color: #2129ac; }

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

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

<style>
 span { border-color: #2129ac; }

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

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