#289CA2

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

Shades of Java #289CA2

Tints of Java #289CA2

Color information

#289CA2 (or 0x289CA2) is unknown color: approx Java. HEX triplet: 28, 9C and A2. RGB value is (40,156,162). Sum of RGB (Red+Green+Blue) = 40+156+162=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 162 - color contains mainly: blue. Hex color #289CA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289CA2 is #D7635D. Grayscale: #797979. Windows color (decimal): -14115678 or 10656808. OLE color: 10656808.

HSL color Cylindrical-coordinate representation of color #289CA2: hue angle of 182.95º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289CA2 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB40156162-
CMYK0.750.0400.36
HSL182.95º60.4%39.61%-
HSV(B)182.95º75.31%63.53%-
XYZ19.2926.8438.35-
YUV122150.5769.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.17%
GREEN value IS 156 (61.33% from 255) = 43.58%
BLUE value IS 162 (63.67% from 255) = 45.25%
R=11.17%
G=43.58%
B=45.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401561620.750.0400.36182.9560.439.61
Hex289CA24B4024b73c28
Octal5023424211340442677450
Binary10100010011100101000101001011100010010010110111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289CA2; }

 p { color: rgb(40,156,162); }

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

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

 a { background-color: rgb(40,156,162); }

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

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

 span { border-color: rgb(40,156,162); }

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