#2233AA

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

Shades of Persian Blue #2233AA

Tints of Persian Blue #2233AA

Color information

#2233AA (or 0x2233AA) is unknown color: approx Persian Blue. HEX triplet: 22, 33 and AA. RGB value is (34,51,170). Sum of RGB (Red+Green+Blue) = 34+51+170=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #2233AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2233AA is #DDCC55. Grayscale: #3A3A3A. Windows color (decimal): -14535766 or 11154210. OLE color: 11154210.

HSL color Cylindrical-coordinate representation of color #2233AA: hue angle of 232.5º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2233AA is Cyan = 0.80, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3451170-
CMYK0.800.700.33
HSL232.5º66.67%40%-
HSV(B)232.5º80%66.67%-
XYZ9.15.6138.63-
YUV59.48190.37109.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.33%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 170 (66.80% from 255) = 66.67%
R=13.33%
G=20%
B=66.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34511700.800.700.33232.566.6740
Hex2233AA5046021e84328
Octal426325212010604135010350
Binary10001011001110101010101000010001100100001111010001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2233AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2233AA; }

 p { color: rgb(34,51,170); }

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

<style>
 a { background-color: #2233AA; }

 a { background-color: rgb(34,51,170); }

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

<style>
 span { border-color: #2233AA; }

 span { border-color: rgb(34,51,170); }

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