#2231ae

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

Shades of Persian Blue #2231AE

Tints of Persian Blue #2231AE

Color information

#2231AE (or 0x2231AE) is unknown color: approx Persian Blue. HEX triplet: 22, 31 and AE. RGB value is (34,49,174). Sum of RGB (Red+Green+Blue) = 34+49+174=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #2231AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2231AE is #DDCE51. Grayscale: #3A3A3A. Windows color (decimal): -14536274 or 11415842. OLE color: 11415842.

HSL color Cylindrical-coordinate representation of color #2231AE: hue angle of 233.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2231AE is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3449174-
CMYK0.800.7200.32
HSL233.57º67.31%40.78%-
HSV(B)233.57º80.46%68.24%-
XYZ9.45.5940.63-
YUV58.76193.03110.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.23%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 174 (68.36% from 255) = 67.70%
R=13.23%
G=19.07%
B=67.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34491740.800.7200.32233.5767.3140.78
Hex2231AE5048020ea4329
Octal426125612011004035210351
Binary10001011000110101110101000010010000100000111010101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2231ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2231ae; }

 p { color: rgb(34,49,174); }

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

<style>
 a { background-color: #2231ae; }

 a { background-color: rgb(34,49,174); }

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

<style>
 span { border-color: #2231ae; }

 span { border-color: rgb(34,49,174); }

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