#36999B

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

Shades of Java #36999B

Tints of Java #36999B

Color information

#36999B (or 0x36999B) is unknown color: approx Java. HEX triplet: 36, 99 and 9B. RGB value is (54,153,155). Sum of RGB (Red+Green+Blue) = 54+153+155=362 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.92% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #36999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36999B is #C96664. Grayscale: #7B7B7B. Windows color (decimal): -13198949 or 10197302. OLE color: 10197302.

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

Color convert

RGB54153155-
CMYK0.650.0100.39
HSL181.19º48.33%40.98%-
HSV(B)181.19º65.16%60.78%-
XYZ18.8325.9335.02-
YUV123.63145.778.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.92%
GREEN value IS 153 (60.16% from 255) = 42.27%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=14.92%
G=42.27%
B=42.82%

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
Decimal541531550.650.0100.39181.1948.3340.98
Hex36999B411027b53029
Octal6623123310110472656051
Binary110110100110011001101110000011010011110110101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36999B; }

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

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

<style>
 a { background-color: #36999B; }

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

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

<style>
 span { border-color: #36999B; }

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

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