#338686

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

Shades of Blue Chill #338686

Tints of Blue Chill #338686

Color information

#338686 (or 0x338686) is unknown color: approx Blue Chill. HEX triplet: 33, 86 and 86. RGB value is (51,134,134). Sum of RGB (Red+Green+Blue) = 51+134+134=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #338686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338686 is #CC7979. Grayscale: #6D6D6D. Windows color (decimal): -13400442 or 8816179. OLE color: 8816179.

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

Color convert

RGB51134134-
CMYK0.62000.47
HSL180º44.86%36.27%-
HSV(B)180º61.94%52.55%-
XYZ14.1919.4825.57-
YUV109.1814286.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=15.99%
G=42.01%
B=42.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511341340.62000.4718044.8636.27
Hex3386863E002Fb42d24
Octal632062067600572645544
Binary11001110000110100001101111100010111110110100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338686; }

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

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

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

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

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

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

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

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