#279EA4

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

Shades of Java #279EA4

Tints of Java #279EA4

Color information

#279EA4 (or 0x279EA4) is unknown color: approx Java. HEX triplet: 27, 9E and A4. RGB value is (39,158,164). Sum of RGB (Red+Green+Blue) = 39+158+164=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #279EA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279EA4 is #D8615B. Grayscale: #7A7A7A. Windows color (decimal): -14180700 or 10788391. OLE color: 10788391.

HSL color Cylindrical-coordinate representation of color #279EA4: hue angle of 182.88º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #279EA4 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB39158164-
CMYK0.760.0400.36
HSL182.88º61.58%39.8%-
HSV(B)182.88º76.22%64.31%-
XYZ19.7627.5739.4-
YUV123.1151.0868.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.80%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 164 (64.45% from 255) = 45.43%
R=10.80%
G=43.77%
B=45.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal391581640.760.0400.36182.8861.5839.8
Hex279EA44C4024b73e28
Octal4723624411440442677650
Binary10011110011110101001001001100100010010010110111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279EA4; }

 p { color: rgb(39,158,164); }

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

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

 a { background-color: rgb(39,158,164); }

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

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

 span { border-color: rgb(39,158,164); }

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