Html Css Color HEX #349592 Blue Chill

📋 copy color: '#349592'

red 52 ◦ green 149 ◦ blue 146

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

Shades of Blue Chill #349592

Tints of Blue Chill #349592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.94%

 BLUE value IS 146 (57.42% from 255) = 42.07%

R = 14.99%
G = 42.94%
B = 42.07%

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

#349592 (or 0x349592) is known color: Blue Chill. HEX triplet: 34, 95 and 92. RGB value is (52,149,146). Sum of RGB (Red+Green+Blue) = 52+149+146=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #349592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349592 is #CB6A6D. Grayscale: #777777. Windows color (decimal): -13331054 or 9606452. OLE color: 9606452.

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

Color convert

RGB 52 149 146 -
CMYK 0.65 0 0.02 0.42
HSL 178.14º 0.48% 0.39% -
HSV(B) 178.14º 0.65% 0.58% -
XYZ 17.35 24.3 30.97 -
YUV 119.66 142.86 79.74 -
System Red Green Blue C M Y K H S L
Decimal 52 149 146 0.65 0 0.02 0.42 178.14 0.48 0.39
Hex 34 95 92 41 0 2 2A B2 30 27
Octal 64 225 222 101 0 2 52 262 60 47
Binary 110100 10010101 10010010 1000001 0 10 101010 10110010 110000 100111

Color Harmonies of #349592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349592

Black with #349592

Text Example


Text Example

White with #349592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349592; }

 p { color: rgb(52,149,146); }

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

background-color css

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

 a { background-color: rgb(52,149,146); }

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

border-color css

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

 span { border-color: rgb(52,149,146); }

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