#34888B

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

Shades of Blue Chill #34888B

Tints of Blue Chill #34888B

Color information

#34888B (or 0x34888B) is unknown color: approx Blue Chill. HEX triplet: 34, 88 and 8B. RGB value is (52,136,139). Sum of RGB (Red+Green+Blue) = 52+136+139=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #34888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34888B is #CB7774. Grayscale: #6F6F6F. Windows color (decimal): -13334389 or 9144372. OLE color: 9144372.

HSL color Cylindrical-coordinate representation of color #34888B: hue angle of 182.07º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34888B is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB52136139-
CMYK0.630.0200.45
HSL182.07º45.55%37.45%-
HSV(B)182.07º62.59%54.51%-
XYZ14.8820.227.54-
YUV111.23143.6785.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.90%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=15.90%
G=41.59%
B=42.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521361390.630.0200.45182.0745.5537.45
Hex34888B3F202Db62e25
Octal642102137720552665645
Binary110100100010001000101111111110010110110110110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34888B; }

 p { color: rgb(52,136,139); }

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

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

 a { background-color: rgb(52,136,139); }

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

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

 span { border-color: rgb(52,136,139); }

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