#279CA1

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

Shades of Java #279CA1

Tints of Java #279CA1

Color information

#279CA1 (or 0x279CA1) is unknown color: approx Java. HEX triplet: 27, 9C and A1. RGB value is (39,156,161). Sum of RGB (Red+Green+Blue) = 39+156+161=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 161 - color contains mainly: blue. Hex color #279CA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279CA1 is #D8635E. Grayscale: #797979. Windows color (decimal): -14181215 or 10591271. OLE color: 10591271.

HSL color Cylindrical-coordinate representation of color #279CA1: hue angle of 182.46º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #279CA1 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB39156161-
CMYK0.760.0300.37
HSL182.46º61%39.22%-
HSV(B)182.46º75.78%63.14%-
XYZ19.1626.7837.88-
YUV121.59150.2469.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.96%
GREEN value IS 156 (61.33% from 255) = 43.82%
BLUE value IS 161 (63.28% from 255) = 45.22%
R=10.96%
G=43.82%
B=45.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal391561610.760.0300.37182.466139.22
Hex279CA14C3025b63d27
Octal4723424111430452667547
Binary1001111001110010100001100110011010010110110110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,156,161); }

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

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

 a { background-color: rgb(39,156,161); }

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

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

 span { border-color: rgb(39,156,161); }

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