Html Css Color HEX #369E97 Java

📋 copy color: '#369E97'

red 54 ◦ green 158 ◦ blue 151

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

Shades of Java #369E97

Tints of Java #369E97

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.53%

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

R = 14.88%
G = 43.53%
B = 41.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#369E97 (or 0x369E97) is known color: Java. HEX triplet: 36, 9E and 97. RGB value is (54,158,151). Sum of RGB (Red+Green+Blue) = 54+158+151=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #369E97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369E97 is #C96168. Grayscale: #7E7E7E. Windows color (decimal): -13197673 or 9936438. OLE color: 9936438.

HSL color Cylindrical-coordinate representation of color #369E97: hue angle of 175.96º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369E97 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 158 151 -
CMYK 0.66 0 0.04 0.38
HSL 175.96º 0.49% 0.42% -
HSV(B) 175.96º 0.66% 0.62% -
XYZ 19.33 27.47 33.56 -
YUV 126.11 142.04 76.57 -
System Red Green Blue C M Y K H S L
Decimal 54 158 151 0.66 0 0.04 0.38 175.96 0.49 0.42
Hex 36 9E 97 42 0 4 26 B0 31 2A
Octal 66 236 227 102 0 4 46 260 61 52
Binary 110110 10011110 10010111 1000010 0 100 100110 10110000 110001 101010

Color Harmonies of #369E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369E97

Black with #369E97

Text Example


Text Example

White with #369E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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