#33888C

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

Shades of Blue Chill #33888C

Tints of Blue Chill #33888C

Color information

#33888C (or 0x33888C) is unknown color: approx Blue Chill. HEX triplet: 33, 88 and 8C. RGB value is (51,136,140). Sum of RGB (Red+Green+Blue) = 51+136+140=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #33888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33888C is #CC7773. Grayscale: #6E6E6E. Windows color (decimal): -13399924 or 9209907. OLE color: 9209907.

HSL color Cylindrical-coordinate representation of color #33888C: hue angle of 182.7º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33888C is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB51136140-
CMYK0.640.0300.45
HSL182.7º46.6%37.45%-
HSV(B)182.7º63.57%54.9%-
XYZ14.920.2127.93-
YUV111.04144.3485.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 140 (55.08% from 255) = 42.81%
R=15.60%
G=41.59%
B=42.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511361400.640.0300.45182.746.637.45
Hex33888C40302Db72f25
Octal6321021410030552675745
Binary1100111000100010001100100000011010110110110111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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