#34818A

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

Shades of Blue Chill #34818A

Tints of Blue Chill #34818A

Color information

#34818A (or 0x34818A) is unknown color: approx Blue Chill. HEX triplet: 34, 81 and 8A. RGB value is (52,129,138). Sum of RGB (Red+Green+Blue) = 52+129+138=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #34818A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34818A is #CB7E75. Grayscale: #6A6A6A. Windows color (decimal): -13336182 or 9077044. OLE color: 9077044.

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

Color convert

RGB52129138-
CMYK0.620.0700.46
HSL186.28º45.26%37.25%-
HSV(B)186.28º62.32%54.12%-
XYZ13.8518.2726.84-
YUV107145.4988.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=16.30%
G=40.44%
B=43.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521291380.620.0700.46186.2845.2637.25
Hex34818A3E702Eba2d25
Octal642012127670562725545
Binary1101001000000110001010111110111010111010111010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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