Shades of Curious Blue #2D79B3
Tints of Curious Blue #2D79B3
RGB
CMYK
RGB Variations
Color information
#2D79B3 (or 0x2D79B3) is known color: Curious Blue. HEX triplet: 2D, 79 and B3. RGB value is (45,121,179). Sum of RGB (Red+Green+Blue) = 45+121+179=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #2D79B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D79B3 is #D2864C. Grayscale: #686868. Windows color (decimal): -13796941 or 11761965. OLE color: 11761965.
HSL color Cylindrical-coordinate representation of color #2D79B3: hue angle of 205.97º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D79B3 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 121 | 179 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.30 |
| HSL | 205.97º | 0.6% | 0.44% | - |
| HSV(B) | 205.97º | 0.75% | 0.7% | - |
| XYZ | 16.06 | 17.49 | 45.18 | - |
| YUV | 104.89 | 169.82 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 121 | 179 | 0.75 | 0.32 | 0 | 0.30 | 205.97 | 0.6 | 0.44 |
| Hex | 2D | 79 | B3 | 4B | 20 | 0 | 1E | CE | 3C | 2C |
| Octal | 55 | 171 | 263 | 113 | 40 | 0 | 36 | 316 | 74 | 54 |
| Binary | 101101 | 1111001 | 10110011 | 1001011 | 100000 | 0 | 11110 | 11001110 | 111100 | 101100 |
Color Harmonies of #2D79B3
Complementary color
Monochromatic Colors of #2D79B3
Black with #2D79B3
Text Example
Text Example
White with #2D79B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D79B3; }
p { color: rgb(45,121,179); }
H1.HeaderClassName
{
color: #2D79B3;
}
.AnyTagClassName
{
color: #2D79B3;
}
</style>
background-color css
<style>
a { background-color: #2D79B3; }
a { background-color: rgb(45,121,179); }
div.DivClassName
{
background-color: #2D79B3;
}
.BgClassName
{
background-color: #2D79B3;
}
</style>
border-color css
<style>
span { border-color: #2D79B3; }
span { border-color: rgb(45,121,179); }
td.TdClassName
{
border-color: #2D79B3;
}
.TagClassName
{
border-color: #2D79B3;
}
</style>