#2299AA

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

Shades of Pelorous #2299AA

Tints of Pelorous #2299AA

Color information

#2299AA (or 0x2299AA) is unknown color: approx Pelorous. HEX triplet: 22, 99 and AA. RGB value is (34,153,170). Sum of RGB (Red+Green+Blue) = 34+153+170=357 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.52% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #2299AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2299AA is #DD6655. Grayscale: #777777. Windows color (decimal): -14509654 or 11180322. OLE color: 11180322.

HSL color Cylindrical-coordinate representation of color #2299AA: hue angle of 187.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 #2299AA is Cyan = 0.80, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB34153170-
CMYK0.800.100.33
HSL187.5º66.67%40%-
HSV(B)187.5º80%66.67%-
XYZ19.3126.0242.04-
YUV119.36156.5867.12-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.52%
GREEN value IS 153 (60.16% from 255) = 42.86%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=9.52%
G=42.86%
B=47.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341531700.800.100.33187.566.6740
Hex2299AA50A021bc4328
Octal422312521201204127410350
Binary1000101001100110101010101000010100100001101111001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2299AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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