Html Css Color HEX #349095 Blue Chill

📋 copy color: '#349095'

red 52 ◦ green 144 ◦ blue 149

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

Shades of Blue Chill #349095

Tints of Blue Chill #349095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.74%

 BLUE value IS 149 (58.59% from 255) = 43.19%

R = 15.07%
G = 41.74%
B = 43.19%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#349095 (or 0x349095) is known color: Blue Chill. HEX triplet: 34, 90 and 95. RGB value is (52,144,149). Sum of RGB (Red+Green+Blue) = 52+144+149=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #349095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349095 is #CB6F6A. Grayscale: #747474. Windows color (decimal): -13332331 or 9801780. OLE color: 9801780.

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

Color convert

RGB 52 144 149 -
CMYK 0.65 0.03 0 0.42
HSL 183.09º 0.48% 0.39% -
HSV(B) 183.09º 0.65% 0.58% -
XYZ 16.81 22.85 31.96 -
YUV 117.06 146.02 81.59 -
System Red Green Blue C M Y K H S L
Decimal 52 144 149 0.65 0.03 0 0.42 183.09 0.48 0.39
Hex 34 90 95 41 3 0 2A B7 30 27
Octal 64 220 225 101 3 0 52 267 60 47
Binary 110100 10010000 10010101 1000001 11 0 101010 10110111 110000 100111

Color Harmonies of #349095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349095

Black with #349095

Text Example


Text Example

White with #349095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349095; }

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

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

background-color css

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

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

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

border-color css

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

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

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