#2F22AE

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

Shades of Persian Blue #2F22AE

Tints of Persian Blue #2F22AE

Color information

#2F22AE (or 0x2F22AE) is unknown color: approx Persian Blue. HEX triplet: 2F, 22 and AE. RGB value is (47,34,174). Sum of RGB (Red+Green+Blue) = 47+34+174=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F22AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F22AE is #D0DD51. Grayscale: #353535. Windows color (decimal): -13688146 or 11412015. OLE color: 11412015.

HSL color Cylindrical-coordinate representation of color #2F22AE: hue angle of 245.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 #2F22AE is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4734174-
CMYK0.730.8000.32
HSL245.57º67.31%40.78%-
HSV(B)245.57º80.46%68.24%-
XYZ9.384.840.48-
YUV53.85195.81123.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.43%
GREEN value IS 34 (13.67% from 255) = 13.33%
BLUE value IS 174 (68.36% from 255) = 68.24%
R=18.43%
G=13.33%
B=68.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47341740.730.8000.32245.5767.3140.78
Hex2F22AE4950020f64329
Octal574225611112004036610351
Binary10111110001010101110100100110100000100000111101101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F22AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F22AE; }

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

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

<style>
 a { background-color: #2F22AE; }

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

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

<style>
 span { border-color: #2F22AE; }

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

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