#2b8db2

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

Shades of Pelorous #2B8DB2

Tints of Pelorous #2B8DB2

Color information

#2B8DB2 (or 0x2B8DB2) is unknown color: approx Pelorous. HEX triplet: 2B, 8D and B2. RGB value is (43,141,178). Sum of RGB (Red+Green+Blue) = 43+141+178=362 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.88% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #2B8DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8DB2 is #D4724D. Grayscale: #737373. Windows color (decimal): -13922894 or 11701547. OLE color: 11701547.

HSL color Cylindrical-coordinate representation of color #2B8DB2: hue angle of 196.44º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B8DB2 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB43141178-
CMYK0.760.2100.30
HSL196.44º61.09%43.33%-
HSV(B)196.44º75.84%69.8%-
XYZ18.5622.7845.54-
YUV115.92163.0375.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.88%
GREEN value IS 141 (55.47% from 255) = 38.95%
BLUE value IS 178 (69.92% from 255) = 49.17%
R=11.88%
G=38.95%
B=49.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal431411780.760.2100.30196.4461.0943.33
Hex2B8DB24C1501Ec43d2b
Octal53215262114250363047553
Binary101011100011011011001010011001010101111011000100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b8db2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,141,178); }

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

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

 a { background-color: rgb(43,141,178); }

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

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

 span { border-color: rgb(43,141,178); }

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