Html Css Color HEX #349392 Blue Chill

📋 copy color: '#349392'

red 52 ◦ green 147 ◦ blue 146

#349392
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #349392

Tints of Blue Chill #349392

RGB

 RED value IS 52 (20.7% from 255) = 15.07%

 GREEN value IS 147 (57.81% from 255) = 42.61%

 BLUE value IS 146 (57.42% from 255) = 42.32%

R = 15.07%
G = 42.61%
B = 42.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#349392 (or 0x349392) is known color: Blue Chill. HEX triplet: 34, 93 and 92. RGB value is (52,147,146). Sum of RGB (Red+Green+Blue) = 52+147+146=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #349392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349392 is #CB6C6D. Grayscale: #767676. Windows color (decimal): -13331566 or 9605940. OLE color: 9605940.

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

Color convert

RGB 52 147 146 -
CMYK 0.65 0 0.01 0.42
HSL 179.37º 0.48% 0.39% -
HSV(B) 179.37º 0.65% 0.58% -
XYZ 17.04 23.67 30.87 -
YUV 118.48 143.53 80.58 -
System Red Green Blue C M Y K H S L
Decimal 52 147 146 0.65 0 0.01 0.42 179.37 0.48 0.39
Hex 34 93 92 41 0 1 2A B3 30 27
Octal 64 223 222 101 0 1 52 263 60 47
Binary 110100 10010011 10010010 1000001 0 1 101010 10110011 110000 100111

Color Harmonies of #349392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349392

Black with #349392

Text Example


Text Example

White with #349392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349392; }

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

 H1.HeaderClassName
 {
   color: #349392;
 }
 .AnyTagClassName
 {
   color: #349392;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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