#2B94BB

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

Shades of Pelorous #2B94BB

Tints of Pelorous #2B94BB

Color information

#2B94BB (or 0x2B94BB) is unknown color: approx Pelorous. HEX triplet: 2B, 94 and BB. RGB value is (43,148,187). Sum of RGB (Red+Green+Blue) = 43+148+187=378 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.38% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B94BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B94BB is #D46B44. Grayscale: #787878. Windows color (decimal): -13921093 or 12293163. OLE color: 12293163.

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

Color convert

RGB43148187-
CMYK0.770.2100.27
HSL196.25º62.61%45.1%-
HSV(B)196.25º77.01%73.33%-
XYZ20.5625.2850.81-
YUV121.05165.2172.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.38%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 187 (73.44% from 255) = 49.47%
R=11.38%
G=39.15%
B=49.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431481870.770.2100.27196.2562.6145.1
Hex2B94BB4D1501Bc43f2d
Octal53224273115250333047755
Binary101011100101001011101110011011010101101111000100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B94BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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