#369E9A

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

Shades of Java #369E9A

Tints of Java #369E9A

Color information

#369E9A (or 0x369E9A) is unknown color: approx Java. HEX triplet: 36, 9E and 9A. RGB value is (54,158,154). Sum of RGB (Red+Green+Blue) = 54+158+154=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #369E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369E9A is #C96165. Grayscale: #7E7E7E. Windows color (decimal): -13197670 or 10133046. OLE color: 10133046.

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

Color convert

RGB54158154-
CMYK0.6600.030.38
HSL177.69º49.06%41.57%-
HSV(B)177.69º65.82%61.96%-
XYZ19.5827.5734.86-
YUV126.45143.5476.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.75%
GREEN value IS 158 (62.11% from 255) = 43.17%
BLUE value IS 154 (60.55% from 255) = 42.08%
R=14.75%
G=43.17%
B=42.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541581540.6600.030.38177.6949.0641.57
Hex369E9A420326b2312a
Octal6623623210203462626152
Binary1101101001111010011010100001001110011010110010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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