#348487

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

Shades of Blue Chill #348487

Tints of Blue Chill #348487

Color information

#348487 (or 0x348487) is unknown color: approx Blue Chill. HEX triplet: 34, 84 and 87. RGB value is (52,132,135). Sum of RGB (Red+Green+Blue) = 52+132+135=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #348487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348487 is #CB7B78. Grayscale: #6C6C6C. Windows color (decimal): -13335417 or 8881204. OLE color: 8881204.

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

Color convert

RGB52132135-
CMYK0.610.0200.47
HSL182.17º44.39%36.67%-
HSV(B)182.17º61.48%52.94%-
XYZ14.0418.9825.85-
YUV108.4214387.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 135 (53.12% from 255) = 42.32%
R=16.30%
G=41.38%
B=42.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521321350.610.0200.47182.1744.3936.67
Hex3484873D202Fb62c25
Octal642042077520572665445
Binary110100100001001000011111110110010111110110110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348487; }

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

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

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

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

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

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

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

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