#279096

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

Shades of Java #279096

Tints of Java #279096

Color information

#279096 (or 0x279096) is unknown color: approx Java. HEX triplet: 27, 90 and 96. RGB value is (39,144,150). Sum of RGB (Red+Green+Blue) = 39+144+150=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #279096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279096 is #D86F69. Grayscale: #717171. Windows color (decimal): -14184298 or 9867303. OLE color: 9867303.

HSL color Cylindrical-coordinate representation of color #279096: hue angle of 183.24º 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 #279096 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB39144150-
CMYK0.740.0400.41
HSL183.24º58.73%37.06%-
HSV(B)183.24º74%58.82%-
XYZ16.3122.5832.35-
YUV113.29148.7175.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.71%
GREEN value IS 144 (56.64% from 255) = 43.24%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=11.71%
G=43.24%
B=45.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal391441500.740.0400.41183.2458.7337.06
Hex2790964A4029b73b25
Octal4722022611240512677345
Binary10011110010000100101101001010100010100110110111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279096; }

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

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

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

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

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

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

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

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