#33888A

Color #33888A Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #33888A

Tints of Blue Chill #33888A

Color information

#33888A (or 0x33888A) is unknown color: approx Blue Chill. HEX triplet: 33, 88 and 8A. RGB value is (51,136,138). Sum of RGB (Red+Green+Blue) = 51+136+138=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #33888A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33888A is #CC7775. Grayscale: #6E6E6E. Windows color (decimal): -13399926 or 9078835. OLE color: 9078835.

HSL color Cylindrical-coordinate representation of color #33888A: hue angle of 181.38º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33888A is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB51136138-
CMYK0.630.0100.46
HSL181.38º46.03%37.06%-
HSV(B)181.38º63.04%54.12%-
XYZ14.7620.1527.16-
YUV110.81143.3485.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.69%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=15.69%
G=41.85%
B=42.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511361380.630.0100.46181.3846.0337.06
Hex33888A3F102Eb52e25
Octal632102127710562655645
Binary11001110001000100010101111111010111010110101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33888A; }

 p { color: rgb(51,136,138); }

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

<style>
 a { background-color: #33888A; }

 a { background-color: rgb(51,136,138); }

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

<style>
 span { border-color: #33888A; }

 span { border-color: rgb(51,136,138); }

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