#34818D

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

Shades of Blue Chill #34818D

Tints of Blue Chill #34818D

Color information

#34818D (or 0x34818D) is unknown color: approx Blue Chill. HEX triplet: 34, 81 and 8D. RGB value is (52,129,141). Sum of RGB (Red+Green+Blue) = 52+129+141=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #34818D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34818D is #CB7E72. Grayscale: #6B6B6B. Windows color (decimal): -13336179 or 9273652. OLE color: 9273652.

HSL color Cylindrical-coordinate representation of color #34818D: hue angle of 188.09º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34818D is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB52129141-
CMYK0.630.0900.45
HSL188.09º46.11%37.84%-
HSV(B)188.09º63.12%55.29%-
XYZ14.0718.3528-
YUV107.34146.9988.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.15%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=16.15%
G=40.06%
B=43.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521291410.630.0900.45188.0946.1137.84
Hex34818D3F902Dbc2e26
Octal6420121577110552745646
Binary11010010000001100011011111111001010110110111100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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