#279396

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

Shades of Java #279396

Tints of Java #279396

Color information

#279396 (or 0x279396) is unknown color: approx Java. HEX triplet: 27, 93 and 96. RGB value is (39,147,150). Sum of RGB (Red+Green+Blue) = 39+147+150=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #279396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279396 is #D86C69. Grayscale: #727272. Windows color (decimal): -14183530 or 9868071. OLE color: 9868071.

HSL color Cylindrical-coordinate representation of color #279396: hue angle of 181.62º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #279396 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB39147150-
CMYK0.740.0200.41
HSL181.62º58.73%37.06%-
HSV(B)181.62º74%58.82%-
XYZ16.7823.532.51-
YUV115.05147.7273.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.61%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 150 (58.98% from 255) = 44.64%
R=11.61%
G=43.75%
B=44.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal391471500.740.0200.41181.6258.7337.06
Hex2793964A2029b63b25
Octal4722322611220512667345
Binary1001111001001110010110100101010010100110110110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279396; }

 p { color: rgb(39,147,150); }

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

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

 a { background-color: rgb(39,147,150); }

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

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

 span { border-color: rgb(39,147,150); }

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