#228E92

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

Shades of Java #228E92

Tints of Java #228E92

Color information

#228E92 (or 0x228E92) is unknown color: approx Java. HEX triplet: 22, 8E and 92. RGB value is (34,142,146). Sum of RGB (Red+Green+Blue) = 34+142+146=322 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.56% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #228E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E92 is #DD716D. Grayscale: #6E6E6E. Windows color (decimal): -14512494 or 9604642. OLE color: 9604642.

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

Color convert

RGB34142146-
CMYK0.770.0300.43
HSL182.14º62.22%35.29%-
HSV(B)182.14º76.71%57.25%-
XYZ15.5221.7630.58-
YUV110.16148.2273.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.56%
GREEN value IS 142 (55.86% from 255) = 44.10%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=10.56%
G=44.10%
B=45.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341421460.770.0300.43182.1462.2235.29
Hex228E924D302Bb63e23
Octal4221622211530532667643
Binary1000101000111010010010100110111010101110110110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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