Shades of Curious Blue #2892D1
Tints of Curious Blue #2892D1
RGB
CMYK
RGB Variations
Color information
#2892D1 (or 0x2892D1) is known color: Curious Blue. HEX triplet: 28, 92 and D1. RGB value is (40,146,209). Sum of RGB (Red+Green+Blue) = 40+146+209=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #2892D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2892D1 is #D76D2E. Grayscale: #797979. Windows color (decimal): -14118191 or 13734440. OLE color: 13734440.
HSL color Cylindrical-coordinate representation of color #2892D1: hue angle of 202.37º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2892D1 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 146 | 209 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.18 |
| HSL | 202.37º | 0.68% | 0.49% | - |
| HSV(B) | 202.37º | 0.81% | 0.82% | - |
| XYZ | 22.66 | 25.61 | 64.07 | - |
| YUV | 121.49 | 177.38 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 209 | 0.81 | 0.30 | 0 | 0.18 | 202.37 | 0.68 | 0.49 |
| Hex | 28 | 92 | D1 | 51 | 1E | 0 | 12 | CA | 44 | 31 |
| Octal | 50 | 222 | 321 | 121 | 36 | 0 | 22 | 312 | 104 | 61 |
| Binary | 101000 | 10010010 | 11010001 | 1010001 | 11110 | 0 | 10010 | 11001010 | 1000100 | 110001 |
Color Harmonies of #2892D1
Complementary color
Monochromatic Colors of #2892D1
Black with #2892D1
Text Example
Text Example
White with #2892D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2892D1; }
p { color: rgb(40,146,209); }
H1.HeaderClassName
{
color: #2892D1;
}
.AnyTagClassName
{
color: #2892D1;
}
</style>
background-color css
<style>
a { background-color: #2892D1; }
a { background-color: rgb(40,146,209); }
div.DivClassName
{
background-color: #2892D1;
}
.BgClassName
{
background-color: #2892D1;
}
</style>
border-color css
<style>
span { border-color: #2892D1; }
span { border-color: rgb(40,146,209); }
td.TdClassName
{
border-color: #2892D1;
}
.TagClassName
{
border-color: #2892D1;
}
</style>