Html Css Color HEX #349790 Blue Chill

📋 copy color: '#349790'

red 52 ◦ green 151 ◦ blue 144

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

Shades of Blue Chill #349790

Tints of Blue Chill #349790

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.52%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 14.99%
G = 43.52%
B = 41.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#349790 (or 0x349790) is known color: Blue Chill. HEX triplet: 34, 97 and 90. RGB value is (52,151,144). Sum of RGB (Red+Green+Blue) = 52+151+144=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #349790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349790 is #CB686F. Grayscale: #787878. Windows color (decimal): -13330544 or 9475892. OLE color: 9475892.

HSL color Cylindrical-coordinate representation of color #349790: hue angle of 175.76º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349790 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 151 144 -
CMYK 0.66 0 0.05 0.41
HSL 175.76º 0.49% 0.4% -
HSV(B) 175.76º 0.66% 0.59% -
XYZ 17.52 24.88 30.26 -
YUV 120.6 141.2 79.07 -
System Red Green Blue C M Y K H S L
Decimal 52 151 144 0.66 0 0.05 0.41 175.76 0.49 0.4
Hex 34 97 90 42 0 5 29 B0 31 28
Octal 64 227 220 102 0 5 51 260 61 50
Binary 110100 10010111 10010000 1000010 0 101 101001 10110000 110001 101000

Color Harmonies of #349790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349790

Black with #349790

Text Example


Text Example

White with #349790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349790; }

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

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

background-color css

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

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

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

border-color css

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

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

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