#349093

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

Shades of Blue Chill #349093

Tints of Blue Chill #349093

Color information

#349093 (or 0x349093) is unknown color: approx Blue Chill. HEX triplet: 34, 90 and 93. RGB value is (52,144,147). Sum of RGB (Red+Green+Blue) = 52+144+147=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #349093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349093 is #CB6F6C. Grayscale: #747474. Windows color (decimal): -13332333 or 9670708. OLE color: 9670708.

HSL color Cylindrical-coordinate representation of color #349093: hue angle of 181.89º 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 #349093 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB52144147-
CMYK0.650.0200.42
HSL181.89º47.74%39.02%-
HSV(B)181.89º64.63%57.65%-
XYZ16.6622.7831.12-
YUV116.83145.0281.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.16%
GREEN value IS 144 (56.64% from 255) = 41.98%
BLUE value IS 147 (57.81% from 255) = 42.86%
R=15.16%
G=41.98%
B=42.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521441470.650.0200.42181.8947.7439.02
Hex34909341202Ab63027
Octal6422022310120522666047
Binary1101001001000010010011100000110010101010110110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349093; }

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

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

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

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

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

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

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

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