#2B96BB

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

Shades of Pelorous #2B96BB

Tints of Pelorous #2B96BB

Color information

#2B96BB (or 0x2B96BB) is unknown color: approx Pelorous. HEX triplet: 2B, 96 and BB. RGB value is (43,150,187). Sum of RGB (Red+Green+Blue) = 43+150+187=380 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.32% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B96BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B96BB is #D46944. Grayscale: #797979. Windows color (decimal): -13920581 or 12293675. OLE color: 12293675.

HSL color Cylindrical-coordinate representation of color #2B96BB: hue angle of 195.42º 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 #2B96BB is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB43150187-
CMYK0.770.2000.27
HSL195.42º62.61%45.1%-
HSV(B)195.42º77.01%73.33%-
XYZ20.8725.9150.92-
YUV122.22164.5571.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.32%
GREEN value IS 150 (58.98% from 255) = 39.47%
BLUE value IS 187 (73.44% from 255) = 49.21%
R=11.32%
G=39.47%
B=49.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431501870.770.2000.27195.4262.6145.1
Hex2B96BB4D1401Bc33f2d
Octal53226273115240333037755
Binary101011100101101011101110011011010001101111000011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B96BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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