#338886

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

Shades of Blue Chill #338886

Tints of Blue Chill #338886

Color information

#338886 (or 0x338886) is unknown color: approx Blue Chill. HEX triplet: 33, 88 and 86. RGB value is (51,136,134). Sum of RGB (Red+Green+Blue) = 51+136+134=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #338886 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338886 is #CC7779. Grayscale: #6E6E6E. Windows color (decimal): -13399930 or 8816691. OLE color: 8816691.

HSL color Cylindrical-coordinate representation of color #338886: hue angle of 178.59º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338886 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB51136134-
CMYK0.6200.010.47
HSL178.59º45.45%36.67%-
HSV(B)178.59º62.5%53.33%-
XYZ14.4720.0325.66-
YUV110.36141.3485.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=15.89%
G=42.37%
B=41.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511361340.6200.010.47178.5945.4536.67
Hex3388863E012Fb32d25
Octal632102067601572635545
Binary11001110001000100001101111100110111110110011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338886; }

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

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

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

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

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

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

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

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