#369B98

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

Shades of Java #369B98

Tints of Java #369B98

Color information

#369B98 (or 0x369B98) is unknown color: approx Java. HEX triplet: 36, 9B and 98. RGB value is (54,155,152). Sum of RGB (Red+Green+Blue) = 54+155+152=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #369B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369B98 is #C96467. Grayscale: #7C7C7C. Windows color (decimal): -13198440 or 10001206. OLE color: 10001206.

HSL color Cylindrical-coordinate representation of color #369B98: hue angle of 178.22º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369B98 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB54155152-
CMYK0.6500.020.39
HSL178.22º48.33%40.98%-
HSV(B)178.22º65.16%60.78%-
XYZ18.9126.4933.82-
YUV124.46143.5477.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.96%
GREEN value IS 155 (60.94% from 255) = 42.94%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=14.96%
G=42.94%
B=42.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541551520.6500.020.39178.2248.3340.98
Hex369B98410227b23029
Octal6623323010102472626051
Binary1101101001101110011000100000101010011110110010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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