#2D9DB1

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

Shades of Pelorous #2D9DB1

Tints of Pelorous #2D9DB1

Color information

#2D9DB1 (or 0x2D9DB1) is unknown color: approx Pelorous. HEX triplet: 2D, 9D and B1. RGB value is (45,157,177). Sum of RGB (Red+Green+Blue) = 45+157+177=379 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.87% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 177 - color contains mainly: blue. Hex color #2D9DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9DB1 is #D2624E. Grayscale: #7D7D7D. Windows color (decimal): -13787727 or 11640109. OLE color: 11640109.

HSL color Cylindrical-coordinate representation of color #2D9DB1: hue angle of 189.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D9DB1 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB45157177-
CMYK0.750.1100.31
HSL189.09º59.46%43.53%-
HSV(B)189.09º74.58%69.41%-
XYZ21.0727.8545.86-
YUV125.79156.8970.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.87%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 177 (69.53% from 255) = 46.70%
R=11.87%
G=41.42%
B=46.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal451571770.750.1100.31189.0959.4643.53
Hex2D9DB14BB01Fbd3b2c
Octal55235261113130372757354
Binary10110110011101101100011001011101101111110111101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,157,177); }

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

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

 a { background-color: rgb(45,157,177); }

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

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

 span { border-color: rgb(45,157,177); }

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