#228E9B

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

Shades of Java #228E9B

Tints of Java #228E9B

Color information

#228E9B (or 0x228E9B) is unknown color: approx Java. HEX triplet: 22, 8E and 9B. RGB value is (34,142,155). Sum of RGB (Red+Green+Blue) = 34+142+155=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #228E9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E9B is #DD7164. Grayscale: #6F6F6F. Windows color (decimal): -14512485 or 10194466. OLE color: 10194466.

HSL color Cylindrical-coordinate representation of color #228E9B: hue angle of 186.45º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #228E9B is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB34142155-
CMYK0.780.0800.39
HSL186.45º64.02%37.06%-
HSV(B)186.45º78.06%60.78%-
XYZ16.2522.0534.41-
YUV111.19152.7272.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.27%
GREEN value IS 142 (55.86% from 255) = 42.90%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=10.27%
G=42.90%
B=46.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal341421550.780.0800.39186.4564.0237.06
Hex228E9B4E8027ba4025
Octal422162331161004727210045
Binary1000101000111010011011100111010000100111101110101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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