Html Css Color HEX #359991 Blue Chill

📋 copy color: '#359991'

red 53 ◦ green 153 ◦ blue 145

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

Shades of Blue Chill #359991

Tints of Blue Chill #359991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.59%

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

R = 15.1%
G = 43.59%
B = 41.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#359991 (or 0x359991) is known color: Blue Chill. HEX triplet: 35, 99 and 91. RGB value is (53,153,145). Sum of RGB (Red+Green+Blue) = 53+153+145=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #359991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359991 is #CA666E. Grayscale: #7A7A7A. Windows color (decimal): -13264495 or 9541941. OLE color: 9541941.

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

Color convert

RGB 53 153 145 -
CMYK 0.65 0 0.05 0.4
HSL 175.2º 0.49% 0.4% -
HSV(B) 175.2º 0.65% 0.6% -
XYZ 17.97 25.58 30.78 -
YUV 122.19 140.87 78.65 -
System Red Green Blue C M Y K H S L
Decimal 53 153 145 0.65 0 0.05 0.4 175.2 0.49 0.4
Hex 35 99 91 41 0 5 28 AF 31 28
Octal 65 231 221 101 0 5 50 257 61 50
Binary 110101 10011001 10010001 1000001 0 101 101000 10101111 110001 101000

Color Harmonies of #359991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359991

Black with #359991

Text Example


Text Example

White with #359991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359991; }

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

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

background-color css

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

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

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

border-color css

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

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

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