#2124DA

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

Shades of Persian Blue #2124DA

Tints of Persian Blue #2124DA

Color information

#2124DA (or 0x2124DA) is unknown color: approx Persian Blue. HEX triplet: 21, 24 and DA. RGB value is (33,36,218). Sum of RGB (Red+Green+Blue) = 33+36+218=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #2124DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2124DA is #DEDB25. Grayscale: #373737. Windows color (decimal): -14605094 or 14296097. OLE color: 14296097.

HSL color Cylindrical-coordinate representation of color #2124DA: hue angle of 239.03º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2124DA is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3336218-
CMYK0.850.8300.15
HSL239.03º73.71%49.22%-
HSV(B)239.03º84.86%85.49%-
XYZ13.916.6566.88-
YUV55.85219.51111.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 36 (14.45% from 255) = 12.54%
BLUE value IS 218 (85.55% from 255) = 75.96%
R=11.50%
G=12.54%
B=75.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal33362180.850.8300.15239.0373.7149.22
Hex2124DA55530Fef4a31
Octal414433212512301735711261
Binary100001100100110110101010101101001101111111011111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2124DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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