#218390

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

Shades of Java #218390

Tints of Java #218390

Color information

#218390 (or 0x218390) is unknown color: approx Java. HEX triplet: 21, 83 and 90. RGB value is (33,131,144). Sum of RGB (Red+Green+Blue) = 33+131+144=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #218390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218390 is #DE7C6F. Grayscale: #676767. Windows color (decimal): -14580848 or 9470753. OLE color: 9470753.

HSL color Cylindrical-coordinate representation of color #218390: hue angle of 187.03º degrees, saturation: 0.63, 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 #218390 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB33131144-
CMYK0.770.0900.44
HSL187.03º62.71%34.71%-
HSV(B)187.03º77.08%56.47%-
XYZ13.7818.5729.24-
YUV103.18151.0377.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.71%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=10.71%
G=42.53%
B=46.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331311440.770.0900.44187.0362.7134.71
Hex2183904D902Cbb3f23
Octal41203220115110542737743
Binary100001100000111001000010011011001010110010111011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218390; }

 p { color: rgb(33,131,144); }

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

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

 a { background-color: rgb(33,131,144); }

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

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

 span { border-color: rgb(33,131,144); }

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