Html Css Color HEX #349391 Blue Chill

📋 copy color: '#349391'

red 52 ◦ green 147 ◦ blue 145

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

Shades of Blue Chill #349391

Tints of Blue Chill #349391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.15%

R = 15.12%
G = 42.73%
B = 42.15%

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

#349391 (or 0x349391) is known color: Blue Chill. HEX triplet: 34, 93 and 91. RGB value is (52,147,145). Sum of RGB (Red+Green+Blue) = 52+147+145=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #349391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349391 is #CB6C6E. Grayscale: #767676. Windows color (decimal): -13331567 or 9540404. OLE color: 9540404.

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

Color convert

RGB 52 147 145 -
CMYK 0.65 0 0.01 0.42
HSL 178.74º 0.48% 0.39% -
HSV(B) 178.74º 0.65% 0.58% -
XYZ 16.96 23.64 30.46 -
YUV 118.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 52 147 145 0.65 0 0.01 0.42 178.74 0.48 0.39
Hex 34 93 91 41 0 1 2A B3 30 27
Octal 64 223 221 101 0 1 52 263 60 47
Binary 110100 10010011 10010001 1000001 0 1 101010 10110011 110000 100111

Color Harmonies of #349391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349391

Black with #349391

Text Example


Text Example

White with #349391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349391; }

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

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

background-color css

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

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

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

border-color css

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

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

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