Html Css Color HEX #349690 Blue Chill

📋 copy color: '#349690'

red 52 ◦ green 150 ◦ blue 144

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

Shades of Blue Chill #349690

Tints of Blue Chill #349690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

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

R = 15.03%
G = 43.35%
B = 41.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#349690 (or 0x349690) is known color: Blue Chill. HEX triplet: 34, 96 and 90. RGB value is (52,150,144). Sum of RGB (Red+Green+Blue) = 52+150+144=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #349690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349690 is #CB696F. Grayscale: #777777. Windows color (decimal): -13330800 or 9475636. OLE color: 9475636.

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

Color convert

RGB 52 150 144 -
CMYK 0.65 0 0.04 0.41
HSL 176.33º 0.49% 0.4% -
HSV(B) 176.33º 0.65% 0.59% -
XYZ 17.36 24.56 30.21 -
YUV 120.01 141.53 79.49 -
System Red Green Blue C M Y K H S L
Decimal 52 150 144 0.65 0 0.04 0.41 176.33 0.49 0.4
Hex 34 96 90 41 0 4 29 B0 31 28
Octal 64 226 220 101 0 4 51 260 61 50
Binary 110100 10010110 10010000 1000001 0 100 101001 10110000 110001 101000

Color Harmonies of #349690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349690

Black with #349690

Text Example


Text Example

White with #349690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349690; }

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

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

background-color css

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

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

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

border-color css

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

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

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