#2193A2

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

Shades of Java #2193A2

Tints of Java #2193A2

Color information

#2193A2 (or 0x2193A2) is unknown color: approx Java. HEX triplet: 21, 93 and A2. RGB value is (33,147,162). Sum of RGB (Red+Green+Blue) = 33+147+162=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #2193A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2193A2 is #DE6C5D. Grayscale: #727272. Windows color (decimal): -14576734 or 10654497. OLE color: 10654497.

HSL color Cylindrical-coordinate representation of color #2193A2: hue angle of 186.98º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2193A2 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB33147162-
CMYK0.800.0900.36
HSL186.98º66.15%38.24%-
HSV(B)186.98º79.63%63.53%-
XYZ17.5823.837.85-
YUV114.62154.7369.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.65%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 162 (63.67% from 255) = 47.37%
R=9.65%
G=42.98%
B=47.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331471620.800.0900.36186.9866.1538.24
Hex2193A2509024bb4226
Octal412232421201104427310246
Binary1000011001001110100010101000010010100100101110111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2193A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2193A2; }

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

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

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

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

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

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

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

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