#2134AC

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

Shades of Persian Blue #2134AC

Tints of Persian Blue #2134AC

Color information

#2134AC (or 0x2134AC) is unknown color: approx Persian Blue. HEX triplet: 21, 34 and AC. RGB value is (33,52,172). Sum of RGB (Red+Green+Blue) = 33+52+172=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #2134AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2134AC is #DECB53. Grayscale: #3B3B3B. Windows color (decimal): -14601044 or 11285537. OLE color: 11285537.

HSL color Cylindrical-coordinate representation of color #2134AC: hue angle of 231.8º 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 #2134AC is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3352172-
CMYK0.810.7000.33
HSL231.8º67.8%40.2%-
HSV(B)231.8º80.81%67.45%-
XYZ9.35.7639.65-
YUV60191.21108.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 172 (67.58% from 255) = 66.93%
R=12.84%
G=20.23%
B=66.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33521720.810.7000.33231.867.840.2
Hex2134AC5146021e84428
Octal416425412110604135010450
Binary10000111010010101100101000110001100100001111010001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2134AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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