#228B98

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

Shades of Java #228B98

Tints of Java #228B98

Color information

#228B98 (or 0x228B98) is unknown color: approx Java. HEX triplet: 22, 8B and 98. RGB value is (34,139,152). Sum of RGB (Red+Green+Blue) = 34+139+152=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #228B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228B98 is #DD7467. Grayscale: #6C6C6C. Windows color (decimal): -14513256 or 9997090. OLE color: 9997090.

HSL color Cylindrical-coordinate representation of color #228B98: hue angle of 186.61º 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 #228B98 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB34139152-
CMYK0.780.0900.40
HSL186.61º63.44%36.47%-
HSV(B)186.61º77.63%59.61%-
XYZ15.5621.0732.95-
YUV109.09152.2174.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.46%
GREEN value IS 139 (54.69% from 255) = 42.77%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=10.46%
G=42.77%
B=46.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal341391520.780.0900.40186.6163.4436.47
Hex228B984E9028bb3f24
Octal42213230116110502737744
Binary100010100010111001100010011101001010100010111011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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