#219385

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

Shades of Java #219385

Tints of Java #219385

Color information

#219385 (or 0x219385) is unknown color: approx Java. HEX triplet: 21, 93 and 85. RGB value is (33,147,133). Sum of RGB (Red+Green+Blue) = 33+147+133=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #219385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219385 is #DE6C7A. Grayscale: #6F6F6F. Windows color (decimal): -14576763 or 8753953. OLE color: 8753953.

HSL color Cylindrical-coordinate representation of color #219385: hue angle of 172.63º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219385 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB33147133-
CMYK0.7800.100.42
HSL172.63º63.33%35.29%-
HSV(B)172.63º77.55%57.65%-
XYZ15.2922.8825.8-
YUV111.32140.2372.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.54%
GREEN value IS 147 (57.81% from 255) = 46.96%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=10.54%
G=46.96%
B=42.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331471330.7800.100.42172.6363.3335.29
Hex2193854E0A2Aad3f23
Octal41223205116012522557743
Binary100001100100111000010110011100101010101010101101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219385; }

 p { color: rgb(33,147,133); }

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

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

 a { background-color: rgb(33,147,133); }

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

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

 span { border-color: rgb(33,147,133); }

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