#369E98

Color #369E98 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #369E98

Tints of Java #369E98

Color information

#369E98 (or 0x369E98) is unknown color: approx Java. HEX triplet: 36, 9E and 98. RGB value is (54,158,152). Sum of RGB (Red+Green+Blue) = 54+158+152=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #369E98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369E98 is #C96167. Grayscale: #7E7E7E. Windows color (decimal): -13197672 or 10001974. OLE color: 10001974.

HSL color Cylindrical-coordinate representation of color #369E98: hue angle of 176.54º 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 #369E98 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB54158152-
CMYK0.6600.040.38
HSL176.54º49.06%41.57%-
HSV(B)176.54º65.82%61.96%-
XYZ19.4227.533.99-
YUV126.22142.5476.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.84%
GREEN value IS 158 (62.11% from 255) = 43.41%
BLUE value IS 152 (59.77% from 255) = 41.76%
R=14.84%
G=43.41%
B=41.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541581520.6600.040.38176.5449.0641.57
Hex369E98420426b1312a
Octal6623623010204462616152
Binary11011010011110100110001000010010010011010110001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #369E98;
 }
 .AnyTagClassName
 {
   color: #369E98;
 }
</style>
background-color css

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

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

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

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

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

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