#348587

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

Shades of Blue Chill #348587

Tints of Blue Chill #348587

Color information

#348587 (or 0x348587) is unknown color: approx Blue Chill. HEX triplet: 34, 85 and 87. RGB value is (52,133,135). Sum of RGB (Red+Green+Blue) = 52+133+135=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 133 (52.34% from 255 or 41.56% 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 #348587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348587 is #CB7A78. Grayscale: #6C6C6C. Windows color (decimal): -13335161 or 8881460. OLE color: 8881460.

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

Color convert

RGB52133135-
CMYK0.610.0100.47
HSL181.45º44.39%36.67%-
HSV(B)181.45º61.48%52.94%-
XYZ14.1819.2525.89-
YUV109.01142.6687.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.25%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=16.25%
G=41.56%
B=42.19%

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
Decimal521331350.610.0100.47181.4544.3936.67
Hex3485873D102Fb52c25
Octal642052077510572655445
Binary11010010000101100001111111011010111110110101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348587; }

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

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

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

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

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

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

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

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