#279699

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

Shades of Java #279699

Tints of Java #279699

Color information

#279699 (or 0x279699) is unknown color: approx Java. HEX triplet: 27, 96 and 99. RGB value is (39,150,153). Sum of RGB (Red+Green+Blue) = 39+150+153=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #279699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279699 is #D86966. Grayscale: #757575. Windows color (decimal): -14182759 or 10065447. OLE color: 10065447.

HSL color Cylindrical-coordinate representation of color #279699: hue angle of 181.58º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279699 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB39150153-
CMYK0.750.0200.4
HSL181.58º59.38%37.65%-
HSV(B)181.58º74.51%60%-
XYZ17.4924.5433.95-
YUV117.15148.2372.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.40%
GREEN value IS 150 (58.98% from 255) = 43.86%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=11.40%
G=43.86%
B=44.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal391501530.750.0200.4181.5859.3837.65
Hex2796994B2028b63b26
Octal4722623111320502667346
Binary1001111001011010011001100101110010100010110110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279699; }

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

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

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

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

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

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

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

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