Html Css Color HEX #369990 Blue Chill

📋 copy color: '#369990'

red 54 ◦ green 153 ◦ blue 144

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

Shades of Blue Chill #369990

Tints of Blue Chill #369990

RGB

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

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

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

R = 15.38%
G = 43.59%
B = 41.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#369990 (or 0x369990) is known color: Blue Chill. HEX triplet: 36, 99 and 90. RGB value is (54,153,144). Sum of RGB (Red+Green+Blue) = 54+153+144=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #369990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369990 is #C9666F. Grayscale: #7A7A7A. Windows color (decimal): -13198960 or 9476406. OLE color: 9476406.

HSL color Cylindrical-coordinate representation of color #369990: hue angle of 174.55º 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 #369990 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 153 144 -
CMYK 0.65 0 0.06 0.4
HSL 174.55º 0.48% 0.41% -
HSV(B) 174.55º 0.65% 0.6% -
XYZ 17.95 25.58 30.38 -
YUV 122.37 140.2 79.23 -
System Red Green Blue C M Y K H S L
Decimal 54 153 144 0.65 0 0.06 0.4 174.55 0.48 0.41
Hex 36 99 90 41 0 6 28 AF 30 29
Octal 66 231 220 101 0 6 50 257 60 51
Binary 110110 10011001 10010000 1000001 0 110 101000 10101111 110000 101001

Color Harmonies of #369990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369990

Black with #369990

Text Example


Text Example

White with #369990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369990; }

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

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

background-color css

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

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

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

border-color css

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

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

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