Html Css Color HEX #349694 Blue Chill

📋 copy color: '#349694'

red 52 ◦ green 150 ◦ blue 148

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

Shades of Blue Chill #349694

Tints of Blue Chill #349694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.86%

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

R = 14.86%
G = 42.86%
B = 42.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#349694 (or 0x349694) is known color: Blue Chill. HEX triplet: 34, 96 and 94. RGB value is (52,150,148). Sum of RGB (Red+Green+Blue) = 52+150+148=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #349694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349694 is #CB696B. Grayscale: #787878. Windows color (decimal): -13330796 or 9737780. OLE color: 9737780.

HSL color Cylindrical-coordinate representation of color #349694: hue angle of 178.78º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349694 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 148 -
CMYK 0.65 0 0.01 0.41
HSL 178.78º 0.49% 0.4% -
HSV(B) 178.78º 0.65% 0.59% -
XYZ 17.67 24.68 31.85 -
YUV 120.47 143.53 79.16 -
System Red Green Blue C M Y K H S L
Decimal 52 150 148 0.65 0 0.01 0.41 178.78 0.49 0.4
Hex 34 96 94 41 0 1 29 B3 31 28
Octal 64 226 224 101 0 1 51 263 61 50
Binary 110100 10010110 10010100 1000001 0 1 101001 10110011 110001 101000

Color Harmonies of #349694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349694

Black with #349694

Text Example


Text Example

White with #349694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349694; }

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

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

background-color css

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

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

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

border-color css

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

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

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