Html Css Color HEX #349490 Blue Chill

📋 copy color: '#349490'

red 52 ◦ green 148 ◦ blue 144

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

Shades of Blue Chill #349490

Tints of Blue Chill #349490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.02%

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

R = 15.12%
G = 43.02%
B = 41.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#349490 (or 0x349490) is known color: Blue Chill. HEX triplet: 34, 94 and 90. RGB value is (52,148,144). Sum of RGB (Red+Green+Blue) = 52+148+144=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #349490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349490 is #CB6B6F. Grayscale: #767676. Windows color (decimal): -13331312 or 9475124. OLE color: 9475124.

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

Color convert

RGB 52 148 144 -
CMYK 0.65 0 0.03 0.42
HSL 177.5º 0.48% 0.39% -
HSV(B) 177.5º 0.65% 0.58% -
XYZ 17.04 23.92 30.11 -
YUV 118.84 142.2 80.33 -
System Red Green Blue C M Y K H S L
Decimal 52 148 144 0.65 0 0.03 0.42 177.5 0.48 0.39
Hex 34 94 90 41 0 3 2A B2 30 27
Octal 64 224 220 101 0 3 52 262 60 47
Binary 110100 10010100 10010000 1000001 0 11 101010 10110010 110000 100111

Color Harmonies of #349490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349490

Black with #349490

Text Example


Text Example

White with #349490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349490; }

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

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

background-color css

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

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

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

border-color css

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

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

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