#218290

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

Shades of Java #218290

Tints of Java #218290

Color information

#218290 (or 0x218290) is unknown color: approx Java. HEX triplet: 21, 82 and 90. RGB value is (33,130,144). Sum of RGB (Red+Green+Blue) = 33+130+144=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #218290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218290 is #DE7D6F. Grayscale: #666666. Windows color (decimal): -14581104 or 9470497. OLE color: 9470497.

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

Color convert

RGB33130144-
CMYK0.770.1000.44
HSL187.57º62.71%34.71%-
HSV(B)187.57º77.08%56.47%-
XYZ13.6418.329.2-
YUV102.59151.3678.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.75%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 144 (56.64% from 255) = 46.91%
R=10.75%
G=42.35%
B=46.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331301440.770.1000.44187.5762.7134.71
Hex2182904DA02Cbc3f23
Octal41202220115120542747743
Binary100001100000101001000010011011010010110010111100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218290; }

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

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

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

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

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

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

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

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