Html Css Color HEX #359790 Blue Chill

📋 copy color: '#359790'

red 53 ◦ green 151 ◦ blue 144

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

Shades of Blue Chill #359790

Tints of Blue Chill #359790

RGB

 RED value IS 53 (21.09% from 255) = 15.23%

 GREEN value IS 151 (59.38% from 255) = 43.39%

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 15.23%
G = 43.39%
B = 41.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#359790 (or 0x359790) is known color: Blue Chill. HEX triplet: 35, 97 and 90. RGB value is (53,151,144). Sum of RGB (Red+Green+Blue) = 53+151+144=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #359790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359790 is #CA686F. Grayscale: #787878. Windows color (decimal): -13265008 or 9475893. OLE color: 9475893.

HSL color Cylindrical-coordinate representation of color #359790: hue angle of 175.71º degrees, saturation: 0.48, 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 #359790 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 151 144 -
CMYK 0.65 0 0.05 0.41
HSL 175.71º 0.48% 0.4% -
HSV(B) 175.71º 0.65% 0.59% -
XYZ 17.57 24.9 30.27 -
YUV 120.9 141.03 79.57 -
System Red Green Blue C M Y K H S L
Decimal 53 151 144 0.65 0 0.05 0.41 175.71 0.48 0.4
Hex 35 97 90 41 0 5 29 B0 30 28
Octal 65 227 220 101 0 5 51 260 60 50
Binary 110101 10010111 10010000 1000001 0 101 101001 10110000 110000 101000

Color Harmonies of #359790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359790

Black with #359790

Text Example


Text Example

White with #359790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359790; }

 p { color: rgb(53,151,144); }

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

background-color css

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

 a { background-color: rgb(53,151,144); }

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

border-color css

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

 span { border-color: rgb(53,151,144); }

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