#228E98

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

Shades of Java #228E98

Tints of Java #228E98

Color information

#228E98 (or 0x228E98) is unknown color: approx Java. HEX triplet: 22, 8E and 98. RGB value is (34,142,152). Sum of RGB (Red+Green+Blue) = 34+142+152=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #228E98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E98 is #DD7167. Grayscale: #6E6E6E. Windows color (decimal): -14512488 or 9997858. OLE color: 9997858.

HSL color Cylindrical-coordinate representation of color #228E98: hue angle of 185.08º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #228E98 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB34142152-
CMYK0.780.0700.40
HSL185.08º63.44%36.47%-
HSV(B)185.08º77.63%59.61%-
XYZ1621.9533.1-
YUV110.85151.2273.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.37%
GREEN value IS 142 (55.86% from 255) = 43.29%
BLUE value IS 152 (59.77% from 255) = 46.34%
R=10.37%
G=43.29%
B=46.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal341421520.780.0700.40185.0863.4436.47
Hex228E984E7028b93f24
Octal4221623011670502717744
Binary10001010001110100110001001110111010100010111001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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