#34868A

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

Shades of Blue Chill #34868A

Tints of Blue Chill #34868A

Color information

#34868A (or 0x34868A) is unknown color: approx Blue Chill. HEX triplet: 34, 86 and 8A. RGB value is (52,134,138). Sum of RGB (Red+Green+Blue) = 52+134+138=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #34868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34868A is #CB7975. Grayscale: #6D6D6D. Windows color (decimal): -13334902 or 9078324. OLE color: 9078324.

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

Color convert

RGB52134138-
CMYK0.620.0300.46
HSL182.79º45.26%37.25%-
HSV(B)182.79º62.32%54.12%-
XYZ14.5319.6227.07-
YUV109.94143.8386.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=16.05%
G=41.36%
B=42.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521341380.620.0300.46182.7945.2637.25
Hex34868A3E302Eb72d25
Octal642062127630562675545
Binary110100100001101000101011111011010111010110111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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