#228992

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

Shades of Java #228992

Tints of Java #228992

Color information

#228992 (or 0x228992) is unknown color: approx Java. HEX triplet: 22, 89 and 92. RGB value is (34,137,146). Sum of RGB (Red+Green+Blue) = 34+137+146=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #228992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228992 is #DD766D. Grayscale: #6B6B6B. Windows color (decimal): -14513774 or 9603362. OLE color: 9603362.

HSL color Cylindrical-coordinate representation of color #228992: hue angle of 184.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228992 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB34137146-
CMYK0.770.0600.43
HSL184.82º62.22%35.29%-
HSV(B)184.82º76.71%57.25%-
XYZ14.7920.3130.33-
YUV107.23149.8875.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.73%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=10.73%
G=43.22%
B=46.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341371460.770.0600.43184.8262.2235.29
Hex2289924D602Bb93e23
Octal4221122211560532717643
Binary10001010001001100100101001101110010101110111001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228992; }

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

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

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

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

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

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

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

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