#2491AA

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

Shades of Pelorous #2491AA

Tints of Pelorous #2491AA

Color information

#2491AA (or 0x2491AA) is unknown color: approx Pelorous. HEX triplet: 24, 91 and AA. RGB value is (36,145,170). Sum of RGB (Red+Green+Blue) = 36+145+170=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #2491AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2491AA is #DB6E55. Grayscale: #737373. Windows color (decimal): -14380630 or 11178276. OLE color: 11178276.

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

Color convert

RGB36145170-
CMYK0.790.1500.33
HSL191.19º65.05%40.39%-
HSV(B)191.19º78.82%66.67%-
XYZ18.1123.5341.62-
YUV115.26158.8971.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.26%
GREEN value IS 145 (57.03% from 255) = 41.31%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=10.26%
G=41.31%
B=48.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361451700.790.1500.33191.1965.0540.39
Hex2491AA4FF021bf4128
Octal442212521171704127710150
Binary1001001001000110101010100111111110100001101111111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2491AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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