#279F94

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

Shades of Java #279F94

Tints of Java #279F94

Color information

#279F94 (or 0x279F94) is unknown color: approx Java. HEX triplet: 27, 9F and 94. RGB value is (39,159,148). Sum of RGB (Red+Green+Blue) = 39+159+148=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #279F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279F94 is #D8606B. Grayscale: #797979. Windows color (decimal): -14180460 or 9740071. OLE color: 9740071.

HSL color Cylindrical-coordinate representation of color #279F94: hue angle of 174.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279F94 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB39159148-
CMYK0.7500.070.38
HSL174.5º60.61%38.82%-
HSV(B)174.5º75.47%62.35%-
XYZ18.5827.3732.32-
YUV121.87142.7468.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.27%
GREEN value IS 159 (62.5% from 255) = 45.95%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=11.27%
G=45.95%
B=42.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391591480.7500.070.38174.560.6138.82
Hex279F944B0726ae3d27
Octal4723722411307462567547
Binary10011110011111100101001001011011110011010101110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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