#2D8FBD

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

Shades of Pelorous #2D8FBD

Tints of Pelorous #2D8FBD

Color information

#2D8FBD (or 0x2D8FBD) is unknown color: approx Pelorous. HEX triplet: 2D, 8F and BD. RGB value is (45,143,189). Sum of RGB (Red+Green+Blue) = 45+143+189=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D8FBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D8FBD is #D27042. Grayscale: #767676. Windows color (decimal): -13791299 or 12422957. OLE color: 12422957.

HSL color Cylindrical-coordinate representation of color #2D8FBD: hue angle of 199.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D8FBD is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB45143189-
CMYK0.760.2400.26
HSL199.17º61.54%45.88%-
HSV(B)199.17º76.19%74.12%-
XYZ20.0923.8851.69-
YUV118.94167.5375.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.94%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=11.94%
G=37.93%
B=50.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal451431890.760.2400.26199.1761.5445.88
Hex2D8FBD4C1801Ac73e2e
Octal55217275114300323077656
Binary101101100011111011110110011001100001101011000111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,143,189); }

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

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

 a { background-color: rgb(45,143,189); }

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

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

 span { border-color: rgb(45,143,189); }

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