#349094

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

Shades of Blue Chill #349094

Tints of Blue Chill #349094

Color information

#349094 (or 0x349094) is unknown color: approx Blue Chill. HEX triplet: 34, 90 and 94. RGB value is (52,144,148). Sum of RGB (Red+Green+Blue) = 52+144+148=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #349094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349094 is #CB6F6B. Grayscale: #747474. Windows color (decimal): -13332332 or 9736244. OLE color: 9736244.

HSL color Cylindrical-coordinate representation of color #349094: hue angle of 182.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349094 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB52144148-
CMYK0.650.0300.42
HSL182.5º48%39.22%-
HSV(B)182.5º64.86%58.04%-
XYZ16.7322.8131.54-
YUV116.95145.5281.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.12%
GREEN value IS 144 (56.64% from 255) = 41.86%
BLUE value IS 148 (58.20% from 255) = 43.02%
R=15.12%
G=41.86%
B=43.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521441480.650.0300.42182.54839.22
Hex34909441302Ab63027
Octal6422022410130522666047
Binary1101001001000010010100100000111010101010110110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349094; }

 p { color: rgb(52,144,148); }

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

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

 a { background-color: rgb(52,144,148); }

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

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

 span { border-color: rgb(52,144,148); }

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