#34848B

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

Shades of Blue Chill #34848B

Tints of Blue Chill #34848B

Color information

#34848B (or 0x34848B) is unknown color: approx Blue Chill. HEX triplet: 34, 84 and 8B. RGB value is (52,132,139). Sum of RGB (Red+Green+Blue) = 52+132+139=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #34848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34848B is #CB7B74. Grayscale: #6C6C6C. Windows color (decimal): -13335413 or 9143348. OLE color: 9143348.

HSL color Cylindrical-coordinate representation of color #34848B: hue angle of 184.83º 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 #34848B is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB52132139-
CMYK0.630.0500.45
HSL184.83º45.55%37.45%-
HSV(B)184.83º62.59%54.51%-
XYZ14.3319.127.36-
YUV108.8814587.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 132 (51.95% from 255) = 40.87%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=16.10%
G=40.87%
B=43.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521321390.630.0500.45184.8345.5537.45
Hex34848B3F502Db92e25
Octal642042137750552715645
Binary1101001000010010001011111111101010110110111001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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