#348788

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

Shades of Blue Chill #348788

Tints of Blue Chill #348788

Color information

#348788 (or 0x348788) is unknown color: approx Blue Chill. HEX triplet: 34, 87 and 88. RGB value is (52,135,136). Sum of RGB (Red+Green+Blue) = 52+135+136=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #348788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348788 is #CB7877. Grayscale: #6E6E6E. Windows color (decimal): -13334648 or 8947508. OLE color: 8947508.

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

Color convert

RGB52135136-
CMYK0.620.0100.47
HSL180.71º44.68%36.86%-
HSV(B)180.71º61.76%53.33%-
XYZ14.5219.8426.36-
YUV110.3142.586.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 135 (53.12% from 255) = 41.80%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=16.10%
G=41.80%
B=42.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521351360.620.0100.47180.7144.6836.86
Hex3487883E102Fb52d25
Octal642072107610572655545
Binary11010010000111100010001111101010111110110101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348788; }

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

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

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

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

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

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

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

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