Html Css Color HEX #369997 Blue Chill

📋 copy color: '#369997'

red 54 ◦ green 153 ◦ blue 151

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

Shades of Blue Chill #369997

Tints of Blue Chill #369997

RGB

 RED value IS 54 (21.48% from 255) = 15.08%

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

 BLUE value IS 151 (59.38% from 255) = 42.18%

R = 15.08%
G = 42.74%
B = 42.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#369997 (or 0x369997) is known color: Blue Chill. HEX triplet: 36, 99 and 97. RGB value is (54,153,151). Sum of RGB (Red+Green+Blue) = 54+153+151=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #369997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369997 is #C96668. Grayscale: #7B7B7B. Windows color (decimal): -13198953 or 9935158. OLE color: 9935158.

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

Color convert

RGB 54 153 151 -
CMYK 0.65 0 0.01 0.4
HSL 178.79º 0.48% 0.41% -
HSV(B) 178.79º 0.65% 0.6% -
XYZ 18.5 25.8 33.28 -
YUV 123.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 54 153 151 0.65 0 0.01 0.4 178.79 0.48 0.41
Hex 36 99 97 41 0 1 28 B3 30 29
Octal 66 231 227 101 0 1 50 263 60 51
Binary 110110 10011001 10010111 1000001 0 1 101000 10110011 110000 101001

Color Harmonies of #369997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369997

Black with #369997

Text Example


Text Example

White with #369997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369997; }

 p { color: rgb(54,153,151); }

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

background-color css

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

 a { background-color: rgb(54,153,151); }

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

border-color css

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

 span { border-color: rgb(54,153,151); }

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