#348687

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

Shades of Blue Chill #348687

Tints of Blue Chill #348687

Color information

#348687 (or 0x348687) is unknown color: approx Blue Chill. HEX triplet: 34, 86 and 87. RGB value is (52,134,135). Sum of RGB (Red+Green+Blue) = 52+134+135=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #348687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348687 is #CB7978. Grayscale: #6D6D6D. Windows color (decimal): -13334905 or 8881716. OLE color: 8881716.

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

Color convert

RGB52134135-
CMYK0.610.0100.47
HSL180.72º44.39%36.67%-
HSV(B)180.72º61.48%52.94%-
XYZ14.3119.5325.94-
YUV109.6142.3386.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=16.20%
G=41.74%
B=42.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521341350.610.0100.47180.7244.3936.67
Hex3486873D102Fb52c25
Octal642062077510572655445
Binary11010010000110100001111111011010111110110101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348687; }

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

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

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

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

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

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

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

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