#348586

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

Shades of Blue Chill #348586

Tints of Blue Chill #348586

Color information

#348586 (or 0x348586) is unknown color: approx Blue Chill. HEX triplet: 34, 85 and 86. RGB value is (52,133,134). Sum of RGB (Red+Green+Blue) = 52+133+134=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #348586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348586 is #CB7A79. Grayscale: #6C6C6C. Windows color (decimal): -13335162 or 8815924. OLE color: 8815924.

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

Color convert

RGB52133134-
CMYK0.610.0100.47
HSL180.73º44.09%36.47%-
HSV(B)180.73º61.19%52.55%-
XYZ14.1119.2325.52-
YUV108.9142.1687.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=16.30%
G=41.69%
B=42.01%

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
Decimal521331340.610.0100.47180.7344.0936.47
Hex3485863D102Fb52c24
Octal642052067510572655444
Binary11010010000101100001101111011010111110110101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348586; }

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

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

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

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

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

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

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

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