Html Css Color HEX #359391 Blue Chill

📋 copy color: '#359391'

red 53 ◦ green 147 ◦ blue 145

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

Shades of Blue Chill #359391

Tints of Blue Chill #359391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.61%

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 15.36%
G = 42.61%
B = 42.03%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#359391 (or 0x359391) is known color: Blue Chill. HEX triplet: 35, 93 and 91. RGB value is (53,147,145). Sum of RGB (Red+Green+Blue) = 53+147+145=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #359391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359391 is #CA6C6E. Grayscale: #767676. Windows color (decimal): -13266031 or 9540405. OLE color: 9540405.

HSL color Cylindrical-coordinate representation of color #359391: hue angle of 178.72º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359391 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 147 145 -
CMYK 0.64 0 0.01 0.42
HSL 178.72º 0.47% 0.39% -
HSV(B) 178.72º 0.64% 0.58% -
XYZ 17.01 23.67 30.46 -
YUV 118.67 142.86 81.16 -
System Red Green Blue C M Y K H S L
Decimal 53 147 145 0.64 0 0.01 0.42 178.72 0.47 0.39
Hex 35 93 91 40 0 1 2A B3 2F 27
Octal 65 223 221 100 0 1 52 263 57 47
Binary 110101 10010011 10010001 1000000 0 1 101010 10110011 101111 100111

Color Harmonies of #359391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359391

Black with #359391

Text Example


Text Example

White with #359391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359391; }

 p { color: rgb(53,147,145); }

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

background-color css

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

 a { background-color: rgb(53,147,145); }

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

border-color css

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

 span { border-color: rgb(53,147,145); }

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