#348985

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

Shades of Blue Chill #348985

Tints of Blue Chill #348985

Color information

#348985 (or 0x348985) is unknown color: approx Blue Chill. HEX triplet: 34, 89 and 85. RGB value is (52,137,133). Sum of RGB (Red+Green+Blue) = 52+137+133=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #348985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348985 is #CB767A. Grayscale: #6F6F6F. Windows color (decimal): -13334139 or 8751412. OLE color: 8751412.

HSL color Cylindrical-coordinate representation of color #348985: hue angle of 177.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348985 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB52137133-
CMYK0.6200.030.46
HSL177.18º44.97%37.06%-
HSV(B)177.18º62.04%53.73%-
XYZ14.620.3125.34-
YUV111.13140.3485.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.15%
GREEN value IS 137 (53.91% from 255) = 42.55%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=16.15%
G=42.55%
B=41.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521371330.6200.030.46177.1844.9737.06
Hex3489853E032Eb12d25
Octal642112057603562615545
Binary110100100010011000010111111001110111010110001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348985; }

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

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

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

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

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

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

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

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