#2B94B8

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

Shades of Pelorous #2B94B8

Tints of Pelorous #2B94B8

Color information

#2B94B8 (or 0x2B94B8) is unknown color: approx Pelorous. HEX triplet: 2B, 94 and B8. RGB value is (43,148,184). Sum of RGB (Red+Green+Blue) = 43+148+184=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #2B94B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B94B8 is #D46B47. Grayscale: #787878. Windows color (decimal): -13921096 or 12096555. OLE color: 12096555.

HSL color Cylindrical-coordinate representation of color #2B94B8: hue angle of 195.32º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B94B8 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB43148184-
CMYK0.770.2000.28
HSL195.32º62.11%44.51%-
HSV(B)195.32º76.63%72.16%-
XYZ20.2425.1549.14-
YUV120.71163.7172.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.47%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 184 (72.27% from 255) = 49.07%
R=11.47%
G=39.47%
B=49.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal431481840.770.2000.28195.3262.1144.51
Hex2B94B84D1401Cc33e2d
Octal53224270115240343037655
Binary101011100101001011100010011011010001110011000011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B94B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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