#2A91BD

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

Shades of Pelorous #2A91BD

Tints of Pelorous #2A91BD

Color information

#2A91BD (or 0x2A91BD) is unknown color: approx Pelorous. HEX triplet: 2A, 91 and BD. RGB value is (42,145,189). Sum of RGB (Red+Green+Blue) = 42+145+189=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A91BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A91BD is #D56E42. Grayscale: #767676. Windows color (decimal): -13987395 or 12423466. OLE color: 12423466.

HSL color Cylindrical-coordinate representation of color #2A91BD: hue angle of 197.96º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A91BD is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB42145189-
CMYK0.780.2300.26
HSL197.96º63.64%45.29%-
HSV(B)197.96º77.78%74.12%-
XYZ20.2724.4251.79-
YUV119.22167.3872.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.17%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 189 (74.22% from 255) = 50.27%
R=11.17%
G=38.56%
B=50.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal421451890.780.2300.26197.9663.6445.29
Hex2A91BD4E1701Ac6402d
Octal522212751162703230610055
Binary1010101001000110111101100111010111011010110001101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A91BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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