#338687

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

Shades of Blue Chill #338687

Tints of Blue Chill #338687

Color information

#338687 (or 0x338687) is unknown color: approx Blue Chill. HEX triplet: 33, 86 and 87. RGB value is (51,134,135). Sum of RGB (Red+Green+Blue) = 51+134+135=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #338687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338687 is #CC7978. Grayscale: #6D6D6D. Windows color (decimal): -13400441 or 8881715. OLE color: 8881715.

HSL color Cylindrical-coordinate representation of color #338687: hue angle of 180.71º 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 #338687 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB51134135-
CMYK0.620.0100.47
HSL180.71º45.16%36.47%-
HSV(B)180.71º62.22%52.94%-
XYZ14.2619.525.93-
YUV109.3142.586.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.94%
GREEN value IS 134 (52.73% from 255) = 41.88%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=15.94%
G=41.88%
B=42.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511341350.620.0100.47180.7145.1636.47
Hex3386873E102Fb52d24
Octal632062077610572655544
Binary11001110000110100001111111101010111110110101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338687; }

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

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

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

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

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

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

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

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