#2232BE

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

Shades of Persian Blue #2232BE

Tints of Persian Blue #2232BE

Color information

#2232BE (or 0x2232BE) is unknown color: approx Persian Blue. HEX triplet: 22, 32 and BE. RGB value is (34,50,190). Sum of RGB (Red+Green+Blue) = 34+50+190=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #2232BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2232BE is #DDCD41. Grayscale: #3C3C3C. Windows color (decimal): -14536002 or 12464674. OLE color: 12464674.

HSL color Cylindrical-coordinate representation of color #2232BE: hue angle of 233.85º 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 #2232BE is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3450190-
CMYK0.820.7400.25
HSL233.85º69.64%43.92%-
HSV(B)233.85º82.11%74.51%-
XYZ11.096.3449.35-
YUV61.18200.7108.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.41%
GREEN value IS 50 (19.92% from 255) = 18.25%
BLUE value IS 190 (74.61% from 255) = 69.34%
R=12.41%
G=18.25%
B=69.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34501900.820.7400.25233.8569.6443.92
Hex2232BE524A019ea462c
Octal426227612211203135210654
Binary1000101100101011111010100101001010011001111010101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2232BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,50,190); }

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

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

 a { background-color: rgb(34,50,190); }

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

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

 span { border-color: rgb(34,50,190); }

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