Shades of Pelorous #2D92C2
Tints of Pelorous #2D92C2
RGB
CMYK
RGB Variations
Color information
#2D92C2 (or 0x2D92C2) is known color: Pelorous. HEX triplet: 2D, 92 and C2. RGB value is (45,146,194). Sum of RGB (Red+Green+Blue) = 45+146+194=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #2D92C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D92C2 is #D26D3D. Grayscale: #787878. Windows color (decimal): -13790526 or 12751405. OLE color: 12751405.
HSL color Cylindrical-coordinate representation of color #2D92C2: hue angle of 199.33º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D92C2 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 146 | 194 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.24 |
| HSL | 199.33º | 0.62% | 0.47% | - |
| HSV(B) | 199.33º | 0.77% | 0.76% | - |
| XYZ | 21.1 | 25.01 | 54.75 | - |
| YUV | 121.27 | 169.04 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 194 | 0.77 | 0.25 | 0 | 0.24 | 199.33 | 0.62 | 0.47 |
| Hex | 2D | 92 | C2 | 4D | 19 | 0 | 18 | C7 | 3E | 2F |
| Octal | 55 | 222 | 302 | 115 | 31 | 0 | 30 | 307 | 76 | 57 |
| Binary | 101101 | 10010010 | 11000010 | 1001101 | 11001 | 0 | 11000 | 11000111 | 111110 | 101111 |
Color Harmonies of #2D92C2
Complementary color
Monochromatic Colors of #2D92C2
Black with #2D92C2
Text Example
Text Example
White with #2D92C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D92C2; }
p { color: rgb(45,146,194); }
H1.HeaderClassName
{
color: #2D92C2;
}
.AnyTagClassName
{
color: #2D92C2;
}
</style>
background-color css
<style>
a { background-color: #2D92C2; }
a { background-color: rgb(45,146,194); }
div.DivClassName
{
background-color: #2D92C2;
}
.BgClassName
{
background-color: #2D92C2;
}
</style>
border-color css
<style>
span { border-color: #2D92C2; }
span { border-color: rgb(45,146,194); }
td.TdClassName
{
border-color: #2D92C2;
}
.TagClassName
{
border-color: #2D92C2;
}
</style>