#22898E

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

Shades of Java #22898E

Tints of Java #22898E

Color information

#22898E (or 0x22898E) is unknown color: approx Java. HEX triplet: 22, 89 and 8E. RGB value is (34,137,142). Sum of RGB (Red+Green+Blue) = 34+137+142=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #22898E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22898E is #DD7671. Grayscale: #6A6A6A. Windows color (decimal): -14513778 or 9341218. OLE color: 9341218.

HSL color Cylindrical-coordinate representation of color #22898E: hue angle of 182.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22898E is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB34137142-
CMYK0.760.0400.44
HSL182.78º61.36%34.51%-
HSV(B)182.78º76.06%55.69%-
XYZ14.4920.1828.72-
YUV106.77147.8876.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.86%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=10.86%
G=43.77%
B=45.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal341371420.760.0400.44182.7861.3634.51
Hex22898E4C402Cb73d23
Octal4221121611440542677543
Binary10001010001001100011101001100100010110010110111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22898E; }

 p { color: rgb(34,137,142); }

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

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

 a { background-color: rgb(34,137,142); }

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

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

 span { border-color: rgb(34,137,142); }

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