#2b91bb

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

Shades of Pelorous #2B91BB

Tints of Pelorous #2B91BB

Color information

#2B91BB (or 0x2B91BB) is unknown color: approx Pelorous. HEX triplet: 2B, 91 and BB. RGB value is (43,145,187). Sum of RGB (Red+Green+Blue) = 43+145+187=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B91BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B91BB is #D46E44. Grayscale: #777777. Windows color (decimal): -13921861 or 12292395. OLE color: 12292395.

HSL color Cylindrical-coordinate representation of color #2B91BB: hue angle of 197.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B91BB is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB43145187-
CMYK0.770.2200.27
HSL197.5º62.61%45.1%-
HSV(B)197.5º77.01%73.33%-
XYZ20.0924.3550.66-
YUV119.29166.2173.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.47%
GREEN value IS 145 (57.03% from 255) = 38.67%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=11.47%
G=38.67%
B=49.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431451870.770.2200.27197.562.6145.1
Hex2B91BB4D1601Bc63f2d
Octal53221273115260333067755
Binary101011100100011011101110011011011001101111000110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b91bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,145,187); }

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

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

 a { background-color: rgb(43,145,187); }

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

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

 span { border-color: rgb(43,145,187); }

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