#218690

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

Shades of Java #218690

Tints of Java #218690

Color information

#218690 (or 0x218690) is unknown color: approx Java. HEX triplet: 21, 86 and 90. RGB value is (33,134,144). Sum of RGB (Red+Green+Blue) = 33+134+144=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #218690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218690 is #DE796F. Grayscale: #686868. Windows color (decimal): -14580080 or 9471521. OLE color: 9471521.

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

Color convert

RGB33134144-
CMYK0.770.0700.44
HSL185.41º62.71%34.71%-
HSV(B)185.41º77.08%56.47%-
XYZ14.1919.3929.38-
YUV104.94150.0476.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.61%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=10.61%
G=43.09%
B=46.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331341440.770.0700.44185.4162.7134.71
Hex2186904D702Cb93f23
Octal4120622011570542717743
Binary10000110000110100100001001101111010110010111001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218690; }

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

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

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

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

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

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

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

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