#34878A

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

Shades of Blue Chill #34878A

Tints of Blue Chill #34878A

Color information

#34878A (or 0x34878A) is unknown color: approx Blue Chill. HEX triplet: 34, 87 and 8A. RGB value is (52,135,138). Sum of RGB (Red+Green+Blue) = 52+135+138=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #34878A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34878A is #CB7875. Grayscale: #6E6E6E. Windows color (decimal): -13334646 or 9078580. OLE color: 9078580.

HSL color Cylindrical-coordinate representation of color #34878A: hue angle of 182.09º 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 #34878A is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB52135138-
CMYK0.620.0200.46
HSL182.09º45.26%37.25%-
HSV(B)182.09º62.32%54.12%-
XYZ14.6719.8927.11-
YUV110.52143.586.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=16%
G=41.54%
B=42.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521351380.620.0200.46182.0945.2637.25
Hex34878A3E202Eb62d25
Octal642072127620562665545
Binary110100100001111000101011111010010111010110110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34878A; }

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

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

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

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

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

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

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

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