#228A92

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

Shades of Java #228A92

Tints of Java #228A92

Color information

#228A92 (or 0x228A92) is unknown color: approx Java. HEX triplet: 22, 8A and 92. RGB value is (34,138,146). Sum of RGB (Red+Green+Blue) = 34+138+146=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #228A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228A92 is #DD756D. Grayscale: #6B6B6B. Windows color (decimal): -14513518 or 9603618. OLE color: 9603618.

HSL color Cylindrical-coordinate representation of color #228A92: hue angle of 184.29º 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 #228A92 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB34138146-
CMYK0.770.0500.43
HSL184.29º62.22%35.29%-
HSV(B)184.29º76.71%57.25%-
XYZ14.9420.5930.38-
YUV107.82149.5475.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.69%
GREEN value IS 138 (54.30% from 255) = 43.40%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=10.69%
G=43.40%
B=45.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341381460.770.0500.43184.2962.2235.29
Hex228A924D502Bb83e23
Octal4221222211550532707643
Binary10001010001010100100101001101101010101110111000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228A92; }

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

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

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

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

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

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

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

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