#369C97

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

Shades of Java #369C97

Tints of Java #369C97

Color information

#369C97 (or 0x369C97) is unknown color: approx Java. HEX triplet: 36, 9C and 97. RGB value is (54,156,151). Sum of RGB (Red+Green+Blue) = 54+156+151=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #369C97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369C97 is #C96368. Grayscale: #7C7C7C. Windows color (decimal): -13198185 or 9935926. OLE color: 9935926.

HSL color Cylindrical-coordinate representation of color #369C97: hue angle of 177.06º degrees, saturation: 0.49, 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 #369C97 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB54156151-
CMYK0.6500.030.39
HSL177.06º48.57%41.18%-
HSV(B)177.06º65.38%61.18%-
XYZ1926.833.45-
YUV124.93142.7177.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.96%
GREEN value IS 156 (61.33% from 255) = 43.21%
BLUE value IS 151 (59.38% from 255) = 41.83%
R=14.96%
G=43.21%
B=41.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541561510.6500.030.39177.0648.5741.18
Hex369C97410327b13129
Octal6623422710103472616151
Binary1101101001110010010111100000101110011110110001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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