#21928D

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

Shades of Java #21928D

Tints of Java #21928D

Color information

#21928D (or 0x21928D) is unknown color: approx Java. HEX triplet: 21, 92 and 8D. RGB value is (33,146,141). Sum of RGB (Red+Green+Blue) = 33+146+141=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #21928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21928D is #DE6D72. Grayscale: #6F6F6F. Windows color (decimal): -14577011 or 9277985. OLE color: 9277985.

HSL color Cylindrical-coordinate representation of color #21928D: hue angle of 177.35º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21928D is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB33146141-
CMYK0.7700.030.43
HSL177.35º63.13%35.1%-
HSV(B)177.35º77.4%57.25%-
XYZ15.7122.828.77-
YUV111.64144.5671.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.31%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=10.31%
G=45.62%
B=44.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal331461410.7700.030.43177.3563.1335.1
Hex21928D4D032Bb13f23
Octal4122221511503532617743
Binary1000011001001010001101100110101110101110110001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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