#21898F

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

Shades of Java #21898F

Tints of Java #21898F

Color information

#21898F (or 0x21898F) is unknown color: approx Java. HEX triplet: 21, 89 and 8F. RGB value is (33,137,143). Sum of RGB (Red+Green+Blue) = 33+137+143=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 143 - color contains mainly: blue. Hex color #21898F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21898F is #DE7670. Grayscale: #6A6A6A. Windows color (decimal): -14579313 or 9406753. OLE color: 9406753.

HSL color Cylindrical-coordinate representation of color #21898F: hue angle of 183.27º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21898F is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB33137143-
CMYK0.770.0400.44
HSL183.27º62.5%34.51%-
HSV(B)183.27º76.92%56.08%-
XYZ14.5320.229.12-
YUV106.59148.5475.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.54%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 143 (56.25% from 255) = 45.69%
R=10.54%
G=43.77%
B=45.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331371430.770.0400.44183.2762.534.51
Hex21898F4D402Cb73e23
Octal4121121711540542677643
Binary10000110001001100011111001101100010110010110111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21898F; }

 p { color: rgb(33,137,143); }

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

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

 a { background-color: rgb(33,137,143); }

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

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

 span { border-color: rgb(33,137,143); }

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