Html Css Color HEX #369995 Blue Chill

📋 copy color: '#369995'

red 54 ◦ green 153 ◦ blue 149

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

Shades of Blue Chill #369995

Tints of Blue Chill #369995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.85%

R = 15.17%
G = 42.98%
B = 41.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#369995 (or 0x369995) is known color: Blue Chill. HEX triplet: 36, 99 and 95. RGB value is (54,153,149). Sum of RGB (Red+Green+Blue) = 54+153+149=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #369995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369995 is #C9666A. Grayscale: #7A7A7A. Windows color (decimal): -13198955 or 9804086. OLE color: 9804086.

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

Color convert

RGB 54 153 149 -
CMYK 0.65 0 0.03 0.4
HSL 177.58º 0.48% 0.41% -
HSV(B) 177.58º 0.65% 0.6% -
XYZ 18.34 25.74 32.43 -
YUV 122.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 54 153 149 0.65 0 0.03 0.4 177.58 0.48 0.41
Hex 36 99 95 41 0 3 28 B2 30 29
Octal 66 231 225 101 0 3 50 262 60 51
Binary 110110 10011001 10010101 1000001 0 11 101000 10110010 110000 101001

Color Harmonies of #369995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369995

Black with #369995

Text Example


Text Example

White with #369995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369995; }

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

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

background-color css

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

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

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

border-color css

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

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

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