#33908E

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

Shades of Blue Chill #33908E

Tints of Blue Chill #33908E

Color information

#33908E (or 0x33908E) is unknown color: approx Blue Chill. HEX triplet: 33, 90 and 8E. RGB value is (51,144,142). Sum of RGB (Red+Green+Blue) = 51+144+142=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #33908E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33908E is #CC6F71. Grayscale: #737373. Windows color (decimal): -13397874 or 9343027. OLE color: 9343027.

HSL color Cylindrical-coordinate representation of color #33908E: hue angle of 178.71º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33908E is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB51144142-
CMYK0.6500.010.44
HSL178.71º47.69%38.24%-
HSV(B)178.71º64.58%56.47%-
XYZ16.2222.629.1-
YUV115.96142.6981.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.13%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=15.13%
G=42.73%
B=42.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511441420.6500.010.44178.7147.6938.24
Hex33908E41012Cb33026
Octal6322021610101542636046
Binary110011100100001000111010000010110110010110011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33908E; }

 p { color: rgb(51,144,142); }

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

<style>
 a { background-color: #33908E; }

 a { background-color: rgb(51,144,142); }

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

<style>
 span { border-color: #33908E; }

 span { border-color: rgb(51,144,142); }

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