#2124BE

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

Shades of Persian Blue #2124BE

Tints of Persian Blue #2124BE

Color information

#2124BE (or 0x2124BE) is unknown color: approx Persian Blue. HEX triplet: 21, 24 and BE. RGB value is (33,36,190). Sum of RGB (Red+Green+Blue) = 33+36+190=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #2124BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2124BE is #DEDB41. Grayscale: #343434. Windows color (decimal): -14605122 or 12461089. OLE color: 12461089.

HSL color Cylindrical-coordinate representation of color #2124BE: hue angle of 238.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2124BE is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3336190-
CMYK0.830.8100.25
HSL238.85º70.4%43.73%-
HSV(B)238.85º82.63%74.51%-
XYZ10.555.349.18-
YUV52.66205.51113.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.74%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 190 (74.61% from 255) = 73.36%
R=12.74%
G=13.90%
B=73.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33361900.830.8100.25238.8570.443.73
Hex2124BE5351019ef462c
Octal414427612312103135710654
Binary1000011001001011111010100111010001011001111011111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2124BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2124BE; }

 p { color: rgb(33,36,190); }

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

<style>
 a { background-color: #2124BE; }

 a { background-color: rgb(33,36,190); }

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

<style>
 span { border-color: #2124BE; }

 span { border-color: rgb(33,36,190); }

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