#228997

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

Shades of Java #228997

Tints of Java #228997

Color information

#228997 (or 0x228997) is unknown color: approx Java. HEX triplet: 22, 89 and 97. RGB value is (34,137,151). Sum of RGB (Red+Green+Blue) = 34+137+151=322 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.56% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #228997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228997 is #DD7668. Grayscale: #6B6B6B. Windows color (decimal): -14513769 or 9931042. OLE color: 9931042.

HSL color Cylindrical-coordinate representation of color #228997: hue angle of 187.18º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228997 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB34137151-
CMYK0.770.0900.41
HSL187.18º63.24%36.27%-
HSV(B)187.18º77.48%59.22%-
XYZ15.1920.4732.43-
YUV107.8152.3875.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.56%
GREEN value IS 137 (53.91% from 255) = 42.55%
BLUE value IS 151 (59.38% from 255) = 46.89%
R=10.56%
G=42.55%
B=46.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal341371510.770.0900.41187.1863.2436.27
Hex2289974D9029bb3f24
Octal42211227115110512737744
Binary100010100010011001011110011011001010100110111011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228997; }

 p { color: rgb(34,137,151); }

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

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

 a { background-color: rgb(34,137,151); }

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

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

 span { border-color: rgb(34,137,151); }

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