#2C9FA4

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

Shades of Java #2C9FA4

Tints of Java #2C9FA4

Color information

#2C9FA4 (or 0x2C9FA4) is unknown color: approx Java. HEX triplet: 2C, 9F and A4. RGB value is (44,159,164). Sum of RGB (Red+Green+Blue) = 44+159+164=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 164 - color contains mainly: blue. Hex color #2C9FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9FA4 is #D3605B. Grayscale: #7D7D7D. Windows color (decimal): -13852764 or 10788652. OLE color: 10788652.

HSL color Cylindrical-coordinate representation of color #2C9FA4: hue angle of 182.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C9FA4 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB44159164-
CMYK0.730.0300.36
HSL182.5º57.69%40.78%-
HSV(B)182.5º73.17%64.31%-
XYZ20.1428.0139.47-
YUV125.18149.970.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.99%
GREEN value IS 159 (62.5% from 255) = 43.32%
BLUE value IS 164 (64.45% from 255) = 44.69%
R=11.99%
G=43.32%
B=44.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal441591640.730.0300.36182.557.6940.78
Hex2C9FA4493024b63a29
Octal5423724411130442667251
Binary1011001001111110100100100100111010010010110110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C9FA4; }

 p { color: rgb(44,159,164); }

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

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

 a { background-color: rgb(44,159,164); }

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

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

 span { border-color: rgb(44,159,164); }

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