#2191AA

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

Shades of Pelorous #2191AA

Tints of Pelorous #2191AA

Color information

#2191AA (or 0x2191AA) is unknown color: approx Pelorous. HEX triplet: 21, 91 and AA. RGB value is (33,145,170). Sum of RGB (Red+Green+Blue) = 33+145+170=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #2191AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2191AA is #DE6E55. Grayscale: #727272. Windows color (decimal): -14577238 or 11178273. OLE color: 11178273.

HSL color Cylindrical-coordinate representation of color #2191AA: hue angle of 190.95º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2191AA is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB33145170-
CMYK0.810.1500.33
HSL190.95º67.49%39.8%-
HSV(B)190.95º80.59%66.67%-
XYZ18.0123.4841.61-
YUV114.36159.3969.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.48%
GREEN value IS 145 (57.03% from 255) = 41.67%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=9.48%
G=41.67%
B=48.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331451700.810.1500.33190.9567.4939.8
Hex2191AA51F021bf4328
Octal412212521211704127710350
Binary1000011001000110101010101000111110100001101111111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2191AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2191AA; }

 p { color: rgb(33,145,170); }

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

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

 a { background-color: rgb(33,145,170); }

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

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

 span { border-color: rgb(33,145,170); }

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