Html Css Color HEX #349294 Blue Chill

📋 copy color: '#349294'

red 52 ◦ green 146 ◦ blue 148

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

Shades of Blue Chill #349294

Tints of Blue Chill #349294

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.2%

 BLUE value IS 148 (58.2% from 255) = 42.77%

R = 15.03%
G = 42.2%
B = 42.77%

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#349294 (or 0x349294) is known color: Blue Chill. HEX triplet: 34, 92 and 94. RGB value is (52,146,148). Sum of RGB (Red+Green+Blue) = 52+146+148=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #349294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349294 is #CB6D6B. Grayscale: #767676. Windows color (decimal): -13331820 or 9736756. OLE color: 9736756.

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

Color convert

RGB 52 146 148 -
CMYK 0.65 0.01 0 0.42
HSL 181.25º 0.48% 0.39% -
HSV(B) 181.25º 0.65% 0.58% -
XYZ 17.04 23.43 31.64 -
YUV 118.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 52 146 148 0.65 0.01 0 0.42 181.25 0.48 0.39
Hex 34 92 94 41 1 0 2A B5 30 27
Octal 64 222 224 101 1 0 52 265 60 47
Binary 110100 10010010 10010100 1000001 1 0 101010 10110101 110000 100111

Color Harmonies of #349294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349294

Black with #349294

Text Example


Text Example

White with #349294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349294; }

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

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

background-color css

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

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

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

border-color css

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

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

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