Shades of Curious Blue #2D84AE
Tints of Curious Blue #2D84AE
RGB
CMYK
RGB Variations
Color information
#2D84AE (or 0x2D84AE) is known color: Curious Blue. HEX triplet: 2D, 84 and AE. RGB value is (45,132,174). Sum of RGB (Red+Green+Blue) = 45+132+174=351 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.82% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D84AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D84AE is #D27B51. Grayscale: #6E6E6E. Windows color (decimal): -13794130 or 11437101. OLE color: 11437101.
HSL color Cylindrical-coordinate representation of color #2D84AE: hue angle of 199.53º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D84AE is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 132 | 174 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.32 |
| HSL | 199.53º | 0.59% | 0.43% | - |
| HSV(B) | 199.53º | 0.74% | 0.68% | - |
| XYZ | 16.97 | 20.12 | 43.03 | - |
| YUV | 110.78 | 163.68 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 174 | 0.74 | 0.24 | 0 | 0.32 | 199.53 | 0.59 | 0.43 |
| Hex | 2D | 84 | AE | 4A | 18 | 0 | 20 | C8 | 3B | 2B |
| Octal | 55 | 204 | 256 | 112 | 30 | 0 | 40 | 310 | 73 | 53 |
| Binary | 101101 | 10000100 | 10101110 | 1001010 | 11000 | 0 | 100000 | 11001000 | 111011 | 101011 |
Color Harmonies of #2D84AE
Complementary color
Monochromatic Colors of #2D84AE
Black with #2D84AE
Text Example
Text Example
White with #2D84AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D84AE; }
p { color: rgb(45,132,174); }
H1.HeaderClassName
{
color: #2D84AE;
}
.AnyTagClassName
{
color: #2D84AE;
}
</style>
background-color css
<style>
a { background-color: #2D84AE; }
a { background-color: rgb(45,132,174); }
div.DivClassName
{
background-color: #2D84AE;
}
.BgClassName
{
background-color: #2D84AE;
}
</style>
border-color css
<style>
span { border-color: #2D84AE; }
span { border-color: rgb(45,132,174); }
td.TdClassName
{
border-color: #2D84AE;
}
.TagClassName
{
border-color: #2D84AE;
}
</style>