Html Css Color HEX #349990 Blue Chill

📋 copy color: '#349990'

red 52 ◦ green 153 ◦ blue 144

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

Shades of Blue Chill #349990

Tints of Blue Chill #349990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.84%

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

R = 14.9%
G = 43.84%
B = 41.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#349990 (or 0x349990) is known color: Blue Chill. HEX triplet: 34, 99 and 90. RGB value is (52,153,144). Sum of RGB (Red+Green+Blue) = 52+153+144=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #349990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349990 is #CB666F. Grayscale: #797979. Windows color (decimal): -13330032 or 9476404. OLE color: 9476404.

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

Color convert

RGB 52 153 144 -
CMYK 0.66 0 0.06 0.4
HSL 174.65º 0.49% 0.4% -
HSV(B) 174.65º 0.66% 0.6% -
XYZ 17.84 25.53 30.37 -
YUV 121.78 140.54 78.23 -
System Red Green Blue C M Y K H S L
Decimal 52 153 144 0.66 0 0.06 0.4 174.65 0.49 0.4
Hex 34 99 90 42 0 6 28 AF 31 28
Octal 64 231 220 102 0 6 50 257 61 50
Binary 110100 10011001 10010000 1000010 0 110 101000 10101111 110001 101000

Color Harmonies of #349990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349990

Black with #349990

Text Example


Text Example

White with #349990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349990; }

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

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

background-color css

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

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

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

border-color css

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

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

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