#219281

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

Shades of Java #219281

Tints of Java #219281

Color information

#219281 (or 0x219281) is unknown color: approx Java. HEX triplet: 21, 92 and 81. RGB value is (33,146,129). Sum of RGB (Red+Green+Blue) = 33+146+129=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #219281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219281 is #DE6D7E. Grayscale: #6E6E6E. Windows color (decimal): -14577023 or 8491553. OLE color: 8491553.

HSL color Cylindrical-coordinate representation of color #219281: hue angle of 170.97º 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 #219281 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB33146129-
CMYK0.7700.120.43
HSL170.97º63.13%35.1%-
HSV(B)170.97º77.4%57.25%-
XYZ14.8722.4724.32-
YUV110.28138.5672.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.71%
GREEN value IS 146 (57.42% from 255) = 47.40%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=10.71%
G=47.40%
B=41.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal331461290.7700.120.43170.9763.1335.1
Hex2192814D0C2Bab3f23
Octal41222201115014532537743
Binary100001100100101000000110011010110010101110101011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219281; }

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

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

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

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

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

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

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

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