Html Css Color HEX #349491 Blue Chill

📋 copy color: '#349491'

red 52 ◦ green 148 ◦ blue 145

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

Shades of Blue Chill #349491

Tints of Blue Chill #349491

RGB

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

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

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

R = 15.07%
G = 42.9%
B = 42.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#349491 (or 0x349491) is known color: Blue Chill. HEX triplet: 34, 94 and 91. RGB value is (52,148,145). Sum of RGB (Red+Green+Blue) = 52+148+145=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #349491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349491 is #CB6B6E. Grayscale: #767676. Windows color (decimal): -13331311 or 9540660. OLE color: 9540660.

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

Color convert

RGB 52 148 145 -
CMYK 0.65 0 0.02 0.42
HSL 178.13º 0.48% 0.39% -
HSV(B) 178.13º 0.65% 0.58% -
XYZ 17.12 23.95 30.51 -
YUV 118.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 52 148 145 0.65 0 0.02 0.42 178.13 0.48 0.39
Hex 34 94 91 41 0 2 2A B2 30 27
Octal 64 224 221 101 0 2 52 262 60 47
Binary 110100 10010100 10010001 1000001 0 10 101010 10110010 110000 100111

Color Harmonies of #349491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349491

Black with #349491

Text Example


Text Example

White with #349491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349491; }

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

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

background-color css

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

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

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

border-color css

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

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

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