#33A2BB

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

Shades of Pelorous #33A2BB

Tints of Pelorous #33A2BB

Color information

#33A2BB (or 0x33A2BB) is unknown color: approx Pelorous. HEX triplet: 33, A2 and BB. RGB value is (51,162,187). Sum of RGB (Red+Green+Blue) = 51+162+187=400 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.75% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #33A2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A2BB is #CC5D44. Grayscale: #838383. Windows color (decimal): -13393221 or 12296755. OLE color: 12296755.

HSL color Cylindrical-coordinate representation of color #33A2BB: hue angle of 191.03º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33A2BB is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51162187-
CMYK0.730.1300.27
HSL191.03º57.14%46.67%-
HSV(B)191.03º72.73%73.33%-
XYZ23.2630.1351.6-
YUV131.66159.2370.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.75%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=12.75%
G=40.5%
B=46.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511621870.730.1300.27191.0357.1446.67
Hex33A2BB49D01Bbf392f
Octal63242273111150332777157
Binary11001110100010101110111001001110101101110111111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33A2BB; }

 p { color: rgb(51,162,187); }

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

<style>
 a { background-color: #33A2BB; }

 a { background-color: rgb(51,162,187); }

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

<style>
 span { border-color: #33A2BB; }

 span { border-color: rgb(51,162,187); }

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