Shades of Pelorous #2D8FAE
Tints of Pelorous #2D8FAE
RGB
CMYK
RGB Variations
Color information
#2D8FAE (or 0x2D8FAE) is known color: Pelorous. HEX triplet: 2D, 8F and AE. RGB value is (45,143,174). Sum of RGB (Red+Green+Blue) = 45+143+174=362 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.43% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D8FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8FAE is #D27051. Grayscale: #757575. Windows color (decimal): -13791314 or 11439917. OLE color: 11439917.
HSL color Cylindrical-coordinate representation of color #2D8FAE: hue angle of 194.42º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D8FAE is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 143 | 174 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.32 |
| HSL | 194.42º | 0.59% | 0.43% | - |
| HSV(B) | 194.42º | 0.74% | 0.68% | - |
| XYZ | 18.54 | 23.26 | 43.56 | - |
| YUV | 117.23 | 160.03 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 143 | 174 | 0.74 | 0.18 | 0 | 0.32 | 194.42 | 0.59 | 0.43 |
| Hex | 2D | 8F | AE | 4A | 12 | 0 | 20 | C2 | 3B | 2B |
| Octal | 55 | 217 | 256 | 112 | 22 | 0 | 40 | 302 | 73 | 53 |
| Binary | 101101 | 10001111 | 10101110 | 1001010 | 10010 | 0 | 100000 | 11000010 | 111011 | 101011 |
Color Harmonies of #2D8FAE
Complementary color
Monochromatic Colors of #2D8FAE
Black with #2D8FAE
Text Example
Text Example
White with #2D8FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8FAE; }
p { color: rgb(45,143,174); }
H1.HeaderClassName
{
color: #2D8FAE;
}
.AnyTagClassName
{
color: #2D8FAE;
}
</style>
background-color css
<style>
a { background-color: #2D8FAE; }
a { background-color: rgb(45,143,174); }
div.DivClassName
{
background-color: #2D8FAE;
}
.BgClassName
{
background-color: #2D8FAE;
}
</style>
border-color css
<style>
span { border-color: #2D8FAE; }
span { border-color: rgb(45,143,174); }
td.TdClassName
{
border-color: #2D8FAE;
}
.TagClassName
{
border-color: #2D8FAE;
}
</style>