#21898D

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

Shades of Java #21898D

Tints of Java #21898D

Color information

#21898D (or 0x21898D) is unknown color: approx Java. HEX triplet: 21, 89 and 8D. RGB value is (33,137,141). Sum of RGB (Red+Green+Blue) = 33+137+141=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #21898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21898D is #DE7672. Grayscale: #6A6A6A. Windows color (decimal): -14579315 or 9275681. OLE color: 9275681.

HSL color Cylindrical-coordinate representation of color #21898D: hue angle of 182.22º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21898D is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB33137141-
CMYK0.770.0300.45
HSL182.22º62.07%34.12%-
HSV(B)182.22º76.6%55.29%-
XYZ14.3820.1428.33-
YUV106.36147.5475.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.61%
GREEN value IS 137 (53.91% from 255) = 44.05%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=10.61%
G=44.05%
B=45.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331371410.770.0300.45182.2262.0734.12
Hex21898D4D302Db63e22
Octal4121121511530552667642
Binary1000011000100110001101100110111010110110110110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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