#348784

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

Shades of Blue Chill #348784

Tints of Blue Chill #348784

Color information

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

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

Color convert

RGB52135132-
CMYK0.6100.020.47
HSL177.83º44.39%36.67%-
HSV(B)177.83º61.48%52.94%-
XYZ14.2519.7224.89-
YUV109.84140.586.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521351320.6100.020.47177.8344.3936.67
Hex3487843D022Fb22c25
Octal642072047502572625445
Binary110100100001111000010011110101010111110110010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348784; }

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

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

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

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

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

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

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

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