#288B92

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

Shades of Java #288B92

Tints of Java #288B92

Color information

#288B92 (or 0x288B92) is unknown color: approx Java. HEX triplet: 28, 8B and 92. RGB value is (40,139,146). Sum of RGB (Red+Green+Blue) = 40+139+146=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #288B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B92 is #D7746D. Grayscale: #6E6E6E. Windows color (decimal): -14120046 or 9603880. OLE color: 9603880.

HSL color Cylindrical-coordinate representation of color #288B92: hue angle of 183.96º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288B92 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB40139146-
CMYK0.730.0500.43
HSL183.96º56.99%36.47%-
HSV(B)183.96º72.6%57.25%-
XYZ15.320.9930.44-
YUV110.2148.277.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.31%
GREEN value IS 139 (54.69% from 255) = 42.77%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=12.31%
G=42.77%
B=44.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401391460.730.0500.43183.9656.9936.47
Hex288B9249502Bb83924
Octal5021322211150532707144
Binary10100010001011100100101001001101010101110111000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288B92; }

 p { color: rgb(40,139,146); }

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

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

 a { background-color: rgb(40,139,146); }

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

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

 span { border-color: rgb(40,139,146); }

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