#2232D5

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

Shades of Persian Blue #2232D5

Tints of Persian Blue #2232D5

Color information

#2232D5 (or 0x2232D5) is unknown color: approx Persian Blue. HEX triplet: 22, 32 and D5. RGB value is (34,50,213). Sum of RGB (Red+Green+Blue) = 34+50+213=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 213 (83.59% from 255 or 71.72% from 297); Max value from RGB is 213 - color contains mainly: blue. Hex color #2232D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2232D5 is #DDCD2A. Grayscale: #3F3F3F. Windows color (decimal): -14535979 or 13972002. OLE color: 13972002.

HSL color Cylindrical-coordinate representation of color #2232D5: hue angle of 234.64º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2232D5 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3450213-
CMYK0.840.7700.16
HSL234.64º72.47%48.43%-
HSV(B)234.64º84.04%83.53%-
XYZ13.817.4363.66-
YUV63.8212.2106.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.45%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 213 (83.59% from 255) = 71.72%
R=11.45%
G=16.84%
B=71.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal34502130.840.7700.16234.6472.4748.43
Hex2232D5544D010eb4830
Octal426232512411502035311060
Binary1000101100101101010110101001001101010000111010111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2232D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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