#33968e

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

Shades of Blue Chill #33968E

Tints of Blue Chill #33968E

Color information

#33968E (or 0x33968E) is unknown color: approx Blue Chill. HEX triplet: 33, 96 and 8E. RGB value is (51,150,142). Sum of RGB (Red+Green+Blue) = 51+150+142=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #33968E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33968E is #CC6971. Grayscale: #777777. Windows color (decimal): -13396338 or 9344563. OLE color: 9344563.

HSL color Cylindrical-coordinate representation of color #33968E: hue angle of 175.15º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33968E is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB51150142-
CMYK0.6600.050.41
HSL175.15º49.25%39.41%-
HSV(B)175.15º66%58.82%-
XYZ17.1524.4729.41-
YUV119.49140.779.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.87%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=14.87%
G=43.73%
B=41.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511501420.6600.050.41175.1549.2539.41
Hex33968E420529af3127
Octal6322621610205512576147
Binary11001110010110100011101000010010110100110101111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33968e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33968e; }

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

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

<style>
 a { background-color: #33968e; }

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

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

<style>
 span { border-color: #33968e; }

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

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