Html Css Color HEX #349089 Blue Chill

📋 copy color: '#349089'

red 52 ◦ green 144 ◦ blue 137

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

Shades of Blue Chill #349089

Tints of Blue Chill #349089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.14%

R = 15.62%
G = 43.24%
B = 41.14%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#349089 (or 0x349089) is known color: Blue Chill. HEX triplet: 34, 90 and 89. RGB value is (52,144,137). Sum of RGB (Red+Green+Blue) = 52+144+137=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #349089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349089 is #CB6F76. Grayscale: #737373. Windows color (decimal): -13332343 or 9015348. OLE color: 9015348.

HSL color Cylindrical-coordinate representation of color #349089: hue angle of 175.43º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349089 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 137 -
CMYK 0.64 0 0.05 0.44
HSL 175.43º 0.47% 0.38% -
HSV(B) 175.43º 0.64% 0.56% -
XYZ 15.9 22.48 27.17 -
YUV 115.69 140.02 82.57 -
System Red Green Blue C M Y K H S L
Decimal 52 144 137 0.64 0 0.05 0.44 175.43 0.47 0.38
Hex 34 90 89 40 0 5 2C AF 2F 26
Octal 64 220 211 100 0 5 54 257 57 46
Binary 110100 10010000 10001001 1000000 0 101 101100 10101111 101111 100110

Color Harmonies of #349089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349089

Black with #349089

Text Example


Text Example

White with #349089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349089; }

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

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

background-color css

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

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

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

border-color css

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

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

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