Shades of Curious Blue #2D7FAF
Tints of Curious Blue #2D7FAF
RGB
CMYK
RGB Variations
Color information
#2D7FAF (or 0x2D7FAF) is known color: Curious Blue. HEX triplet: 2D, 7F and AF. RGB value is (45,127,175). Sum of RGB (Red+Green+Blue) = 45+127+175=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #2D7FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7FAF is #D28050. Grayscale: #6B6B6B. Windows color (decimal): -13795409 or 11501357. OLE color: 11501357.
HSL color Cylindrical-coordinate representation of color #2D7FAF: hue angle of 202.15º 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 #2D7FAF is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 127 | 175 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.31 |
| HSL | 202.15º | 0.59% | 0.43% | - |
| HSV(B) | 202.15º | 0.74% | 0.69% | - |
| XYZ | 16.41 | 18.83 | 43.33 | - |
| YUV | 107.95 | 165.83 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 127 | 175 | 0.74 | 0.27 | 0 | 0.31 | 202.15 | 0.59 | 0.43 |
| Hex | 2D | 7F | AF | 4A | 1B | 0 | 1F | CA | 3B | 2B |
| Octal | 55 | 177 | 257 | 112 | 33 | 0 | 37 | 312 | 73 | 53 |
| Binary | 101101 | 1111111 | 10101111 | 1001010 | 11011 | 0 | 11111 | 11001010 | 111011 | 101011 |
Color Harmonies of #2D7FAF
Complementary color
Monochromatic Colors of #2D7FAF
Black with #2D7FAF
Text Example
Text Example
White with #2D7FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7FAF; }
p { color: rgb(45,127,175); }
H1.HeaderClassName
{
color: #2D7FAF;
}
.AnyTagClassName
{
color: #2D7FAF;
}
</style>
background-color css
<style>
a { background-color: #2D7FAF; }
a { background-color: rgb(45,127,175); }
div.DivClassName
{
background-color: #2D7FAF;
}
.BgClassName
{
background-color: #2D7FAF;
}
</style>
border-color css
<style>
span { border-color: #2D7FAF; }
span { border-color: rgb(45,127,175); }
td.TdClassName
{
border-color: #2D7FAF;
}
.TagClassName
{
border-color: #2D7FAF;
}
</style>