#2124B0

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

Shades of Persian Blue #2124B0

Tints of Persian Blue #2124B0

Color information

#2124B0 (or 0x2124B0) is unknown color: approx Persian Blue. HEX triplet: 21, 24 and B0. RGB value is (33,36,176). Sum of RGB (Red+Green+Blue) = 33+36+176=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 176 (69.14% from 255 or 71.84% from 245); Max value from RGB is 176 - color contains mainly: blue. Hex color #2124B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2124B0 is #DEDB4F. Grayscale: #323232. Windows color (decimal): -14605136 or 11543585. OLE color: 11543585.

HSL color Cylindrical-coordinate representation of color #2124B0: hue angle of 238.74º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2124B0 is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3336176-
CMYK0.810.8000.31
HSL238.74º68.42%40.98%-
HSV(B)238.74º81.25%69.02%-
XYZ9.094.7241.51-
YUV51.06198.51115.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.47%
GREEN value IS 36 (14.45% from 255) = 14.69%
BLUE value IS 176 (69.14% from 255) = 71.84%
R=13.47%
G=14.69%
B=71.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal33361760.810.8000.31238.7468.4240.98
Hex2124B0515001Fef4429
Octal414426012112003735710451
Binary1000011001001011000010100011010000011111111011111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2124B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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