#279894

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

Shades of Java #279894

Tints of Java #279894

Color information

#279894 (or 0x279894) is unknown color: approx Java. HEX triplet: 27, 98 and 94. RGB value is (39,152,148). Sum of RGB (Red+Green+Blue) = 39+152+148=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #279894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279894 is #D8676B. Grayscale: #757575. Windows color (decimal): -14182252 or 9738279. OLE color: 9738279.

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

Color convert

RGB39152148-
CMYK0.7400.030.40
HSL177.88º59.16%37.45%-
HSV(B)177.88º74.34%59.61%-
XYZ17.4125.0331.93-
YUV117.76145.0671.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.50%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=11.50%
G=44.84%
B=43.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal391521480.7400.030.40177.8859.1637.45
Hex2798944A0328b23b25
Octal4723022411203502627345
Binary1001111001100010010100100101001110100010110010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279894; }

 p { color: rgb(39,152,148); }

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

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

 a { background-color: rgb(39,152,148); }

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

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

 span { border-color: rgb(39,152,148); }

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