#2A91AB

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

Shades of Pelorous #2A91AB

Tints of Pelorous #2A91AB

Color information

#2A91AB (or 0x2A91AB) is unknown color: approx Pelorous. HEX triplet: 2A, 91 and AB. RGB value is (42,145,171). Sum of RGB (Red+Green+Blue) = 42+145+171=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A91AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A91AB is #D56E54. Grayscale: #747474. Windows color (decimal): -13987413 or 11243818. OLE color: 11243818.

HSL color Cylindrical-coordinate representation of color #2A91AB: hue angle of 192.09º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A91AB is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB42145171-
CMYK0.750.1500.33
HSL192.09º60.56%41.76%-
HSV(B)192.09º75.44%67.06%-
XYZ18.4323.6842.13-
YUV117.17158.3874.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.73%
GREEN value IS 145 (57.03% from 255) = 40.50%
BLUE value IS 171 (67.19% from 255) = 47.77%
R=11.73%
G=40.50%
B=47.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421451710.750.1500.33192.0960.5641.76
Hex2A91AB4BF021c03d2a
Octal52221253113170413007552
Binary101010100100011010101110010111111010000111000000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A91AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A91AB; }

 p { color: rgb(42,145,171); }

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

<style>
 a { background-color: #2A91AB; }

 a { background-color: rgb(42,145,171); }

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

<style>
 span { border-color: #2A91AB; }

 span { border-color: rgb(42,145,171); }

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