#2422BF

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

Shades of Persian Blue #2422BF

Tints of Persian Blue #2422BF

Color information

#2422BF (or 0x2422BF) is unknown color: approx Persian Blue. HEX triplet: 24, 22 and BF. RGB value is (36,34,191). Sum of RGB (Red+Green+Blue) = 36+34+191=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 191 (75% from 255 or 73.18% from 261); Max value from RGB is 191 - color contains mainly: blue. Hex color #2422BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2422BF is #DBDD40. Grayscale: #333333. Windows color (decimal): -14409025 or 12526116. OLE color: 12526116.

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

Color convert

RGB3634191-
CMYK0.810.8200.25
HSL240.76º69.78%44.12%-
HSV(B)240.76º82.2%74.9%-
XYZ10.75.2849.75-
YUV52.5206.16116.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.79%
GREEN value IS 34 (13.67% from 255) = 13.03%
BLUE value IS 191 (75% from 255) = 73.18%
R=13.79%
G=13.03%
B=73.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal36341910.810.8200.25240.7669.7844.12
Hex2422BF5152019f1462c
Octal444227712112203136110654
Binary1001001000101011111110100011010010011001111100011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2422BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2422BF; }

 p { color: rgb(36,34,191); }

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

<style>
 a { background-color: #2422BF; }

 a { background-color: rgb(36,34,191); }

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

<style>
 span { border-color: #2422BF; }

 span { border-color: rgb(36,34,191); }

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