Shades of Curious Blue #2D84AF
Tints of Curious Blue #2D84AF
RGB
CMYK
RGB Variations
Color information
#2D84AF (or 0x2D84AF) is known color: Curious Blue. HEX triplet: 2D, 84 and AF. RGB value is (45,132,175). Sum of RGB (Red+Green+Blue) = 45+132+175=352 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.78% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #2D84AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D84AF is #D27B50. Grayscale: #6E6E6E. Windows color (decimal): -13794129 or 11502637. OLE color: 11502637.
HSL color Cylindrical-coordinate representation of color #2D84AF: hue angle of 199.85º 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 #2D84AF is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 132 | 175 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.31 |
| HSL | 199.85º | 0.59% | 0.43% | - |
| HSV(B) | 199.85º | 0.74% | 0.69% | - |
| XYZ | 17.07 | 20.16 | 43.55 | - |
| YUV | 110.89 | 164.18 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 175 | 0.74 | 0.25 | 0 | 0.31 | 199.85 | 0.59 | 0.43 |
| Hex | 2D | 84 | AF | 4A | 19 | 0 | 1F | C8 | 3B | 2B |
| Octal | 55 | 204 | 257 | 112 | 31 | 0 | 37 | 310 | 73 | 53 |
| Binary | 101101 | 10000100 | 10101111 | 1001010 | 11001 | 0 | 11111 | 11001000 | 111011 | 101011 |
Color Harmonies of #2D84AF
Complementary color
Monochromatic Colors of #2D84AF
Black with #2D84AF
Text Example
Text Example
White with #2D84AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D84AF; }
p { color: rgb(45,132,175); }
H1.HeaderClassName
{
color: #2D84AF;
}
.AnyTagClassName
{
color: #2D84AF;
}
</style>
background-color css
<style>
a { background-color: #2D84AF; }
a { background-color: rgb(45,132,175); }
div.DivClassName
{
background-color: #2D84AF;
}
.BgClassName
{
background-color: #2D84AF;
}
</style>
border-color css
<style>
span { border-color: #2D84AF; }
span { border-color: rgb(45,132,175); }
td.TdClassName
{
border-color: #2D84AF;
}
.TagClassName
{
border-color: #2D84AF;
}
</style>