#369A9B

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

Shades of Java #369A9B

Tints of Java #369A9B

Color information

#369A9B (or 0x369A9B) is unknown color: approx Java. HEX triplet: 36, 9A and 9B. RGB value is (54,154,155). Sum of RGB (Red+Green+Blue) = 54+154+155=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #369A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369A9B is #C96564. Grayscale: #7C7C7C. Windows color (decimal): -13198693 or 10197558. OLE color: 10197558.

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

Color convert

RGB54154155-
CMYK0.650.0100.39
HSL180.59º48.33%40.98%-
HSV(B)180.59º65.16%60.78%-
XYZ18.9926.2635.08-
YUV124.21145.3777.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.88%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=14.88%
G=42.42%
B=42.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541541550.650.0100.39180.5948.3340.98
Hex369A9B411027b53029
Octal6623223310110472656051
Binary110110100110101001101110000011010011110110101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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