#219298

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

Shades of Java #219298

Tints of Java #219298

Color information

#219298 (or 0x219298) is unknown color: approx Java. HEX triplet: 21, 92 and 98. RGB value is (33,146,152). Sum of RGB (Red+Green+Blue) = 33+146+152=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #219298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219298 is #DE6D67. Grayscale: #707070. Windows color (decimal): -14577000 or 9998881. OLE color: 9998881.

HSL color Cylindrical-coordinate representation of color #219298: hue angle of 183.03º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219298 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB33146152-
CMYK0.780.0400.40
HSL183.03º64.32%36.27%-
HSV(B)183.03º78.29%59.61%-
XYZ16.5723.1533.3-
YUV112.9150.0671.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.97%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 152 (59.77% from 255) = 45.92%
R=9.97%
G=44.11%
B=45.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331461520.780.0400.40183.0364.3236.27
Hex2192984E4028b74024
Octal41222230116405026710044
Binary100001100100101001100010011101000101000101101111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219298; }

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

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

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

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

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

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

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

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