Shades of Curious Blue #2B77CE
Tints of Curious Blue #2B77CE
RGB
CMYK
RGB Variations
Color information
#2B77CE (or 0x2B77CE) is known color: Curious Blue. HEX triplet: 2B, 77 and CE. RGB value is (43,119,206). Sum of RGB (Red+Green+Blue) = 43+119+206=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B77CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B77CE is #D48831. Grayscale: #696969. Windows color (decimal): -13928498 or 13530923. OLE color: 13530923.
HSL color Cylindrical-coordinate representation of color #2B77CE: hue angle of 212.02º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B77CE is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 119 | 206 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.19 |
| HSL | 212.02º | 0.65% | 0.49% | - |
| HSV(B) | 212.02º | 0.79% | 0.81% | - |
| XYZ | 18.73 | 18.16 | 60.91 | - |
| YUV | 106.19 | 184.32 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 206 | 0.79 | 0.42 | 0 | 0.19 | 212.02 | 0.65 | 0.49 |
| Hex | 2B | 77 | CE | 4F | 2A | 0 | 13 | D4 | 41 | 31 |
| Octal | 53 | 167 | 316 | 117 | 52 | 0 | 23 | 324 | 101 | 61 |
| Binary | 101011 | 1110111 | 11001110 | 1001111 | 101010 | 0 | 10011 | 11010100 | 1000001 | 110001 |
Color Harmonies of #2B77CE
Complementary color
Monochromatic Colors of #2B77CE
Black with #2B77CE
Text Example
Text Example
White with #2B77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B77CE; }
p { color: rgb(43,119,206); }
H1.HeaderClassName
{
color: #2B77CE;
}
.AnyTagClassName
{
color: #2B77CE;
}
</style>
background-color css
<style>
a { background-color: #2B77CE; }
a { background-color: rgb(43,119,206); }
div.DivClassName
{
background-color: #2B77CE;
}
.BgClassName
{
background-color: #2B77CE;
}
</style>
border-color css
<style>
span { border-color: #2B77CE; }
span { border-color: rgb(43,119,206); }
td.TdClassName
{
border-color: #2B77CE;
}
.TagClassName
{
border-color: #2B77CE;
}
</style>