#2192A1

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

Shades of Java #2192A1

Tints of Java #2192A1

Color information

#2192A1 (or 0x2192A1) is unknown color: approx Java. HEX triplet: 21, 92 and A1. RGB value is (33,146,161). Sum of RGB (Red+Green+Blue) = 33+146+161=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 161 (63.28% from 255 or 47.35% from 340); Max value from RGB is 161 - color contains mainly: blue. Hex color #2192A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2192A1 is #DE6D5E. Grayscale: #717171. Windows color (decimal): -14576991 or 10588705. OLE color: 10588705.

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

Color convert

RGB33146161-
CMYK0.800.0900.37
HSL187.03º65.98%38.04%-
HSV(B)187.03º79.5%63.14%-
XYZ17.3423.4537.33-
YUV113.92154.5670.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.71%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 161 (63.28% from 255) = 47.35%
R=9.71%
G=42.94%
B=47.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal331461610.800.0900.37187.0365.9838.04
Hex2192A1509025bb4226
Octal412222411201104527310246
Binary1000011001001010100001101000010010100101101110111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2192A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2192A1; }

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

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

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

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

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

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

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

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