Shades of Pelorous #2D8EAF
Tints of Pelorous #2D8EAF
RGB
CMYK
RGB Variations
Color information
#2D8EAF (or 0x2D8EAF) is known color: Pelorous. HEX triplet: 2D, 8E and AF. RGB value is (45,142,175). Sum of RGB (Red+Green+Blue) = 45+142+175=362 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.43% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #2D8EAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8EAF is #D27150. Grayscale: #747474. Windows color (decimal): -13791569 or 11505197. OLE color: 11505197.
HSL color Cylindrical-coordinate representation of color #2D8EAF: hue angle of 195.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D8EAF is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 142 | 175 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.31 |
| HSL | 195.23º | 0.59% | 0.43% | - |
| HSV(B) | 195.23º | 0.74% | 0.69% | - |
| XYZ | 18.49 | 23 | 44.02 | - |
| YUV | 116.76 | 160.86 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 142 | 175 | 0.74 | 0.19 | 0 | 0.31 | 195.23 | 0.59 | 0.43 |
| Hex | 2D | 8E | AF | 4A | 13 | 0 | 1F | C3 | 3B | 2B |
| Octal | 55 | 216 | 257 | 112 | 23 | 0 | 37 | 303 | 73 | 53 |
| Binary | 101101 | 10001110 | 10101111 | 1001010 | 10011 | 0 | 11111 | 11000011 | 111011 | 101011 |
Color Harmonies of #2D8EAF
Complementary color
Monochromatic Colors of #2D8EAF
Black with #2D8EAF
Text Example
Text Example
White with #2D8EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8EAF; }
p { color: rgb(45,142,175); }
H1.HeaderClassName
{
color: #2D8EAF;
}
.AnyTagClassName
{
color: #2D8EAF;
}
</style>
background-color css
<style>
a { background-color: #2D8EAF; }
a { background-color: rgb(45,142,175); }
div.DivClassName
{
background-color: #2D8EAF;
}
.BgClassName
{
background-color: #2D8EAF;
}
</style>
border-color css
<style>
span { border-color: #2D8EAF; }
span { border-color: rgb(45,142,175); }
td.TdClassName
{
border-color: #2D8EAF;
}
.TagClassName
{
border-color: #2D8EAF;
}
</style>