#2193AA

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

Shades of Pelorous #2193AA

Tints of Pelorous #2193AA

Color information

#2193AA (or 0x2193AA) is unknown color: approx Pelorous. HEX triplet: 21, 93 and AA. RGB value is (33,147,170). Sum of RGB (Red+Green+Blue) = 33+147+170=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #2193AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2193AA is #DE6C55. Grayscale: #737373. Windows color (decimal): -14576726 or 11178785. OLE color: 11178785.

HSL color Cylindrical-coordinate representation of color #2193AA: hue angle of 190.07º 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 #2193AA is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB33147170-
CMYK0.810.1400.33
HSL190.07º67.49%39.8%-
HSV(B)190.07º80.59%66.67%-
XYZ18.3224.0941.72-
YUV115.54158.7369.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.43%
GREEN value IS 147 (57.81% from 255) = 42%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=9.43%
G=42%
B=48.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331471700.810.1400.33190.0767.4939.8
Hex2193AA51E021be4328
Octal412232521211604127610350
Binary1000011001001110101010101000111100100001101111101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2193AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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