#34868B

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

Shades of Blue Chill #34868B

Tints of Blue Chill #34868B

Color information

#34868B (or 0x34868B) is unknown color: approx Blue Chill. HEX triplet: 34, 86 and 8B. RGB value is (52,134,139). Sum of RGB (Red+Green+Blue) = 52+134+139=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #34868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34868B is #CB7974. Grayscale: #6D6D6D. Windows color (decimal): -13334901 or 9143860. OLE color: 9143860.

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

Color convert

RGB52134139-
CMYK0.630.0400.45
HSL183.45º45.55%37.45%-
HSV(B)183.45º62.59%54.51%-
XYZ14.619.6427.45-
YUV110.05144.3386.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=16%
G=41.23%
B=42.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521341390.630.0400.45183.4545.5537.45
Hex34868B3F402Db72e25
Octal642062137740552675645
Binary1101001000011010001011111111100010110110110111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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