Shades of Curious Blue #2B7CCC
Tints of Curious Blue #2B7CCC
RGB
CMYK
RGB Variations
Color information
#2B7CCC (or 0x2B7CCC) is known color: Curious Blue. HEX triplet: 2B, 7C and CC. RGB value is (43,124,204). Sum of RGB (Red+Green+Blue) = 43+124+204=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B7CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7CCC is #D48333. Grayscale: #6C6C6C. Windows color (decimal): -13927220 or 13401131. OLE color: 13401131.
HSL color Cylindrical-coordinate representation of color #2B7CCC: hue angle of 209.81º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B7CCC is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 124 | 204 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.2 |
| HSL | 209.81º | 0.65% | 0.48% | - |
| HSV(B) | 209.81º | 0.79% | 0.8% | - |
| XYZ | 19.1 | 19.29 | 59.84 | - |
| YUV | 108.9 | 181.66 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 124 | 204 | 0.79 | 0.39 | 0 | 0.2 | 209.81 | 0.65 | 0.48 |
| Hex | 2B | 7C | CC | 4F | 27 | 0 | 14 | D2 | 41 | 30 |
| Octal | 53 | 174 | 314 | 117 | 47 | 0 | 24 | 322 | 101 | 60 |
| Binary | 101011 | 1111100 | 11001100 | 1001111 | 100111 | 0 | 10100 | 11010010 | 1000001 | 110000 |
Color Harmonies of #2B7CCC
Complementary color
Monochromatic Colors of #2B7CCC
Black with #2B7CCC
Text Example
Text Example
White with #2B7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7CCC; }
p { color: rgb(43,124,204); }
H1.HeaderClassName
{
color: #2B7CCC;
}
.AnyTagClassName
{
color: #2B7CCC;
}
</style>
background-color css
<style>
a { background-color: #2B7CCC; }
a { background-color: rgb(43,124,204); }
div.DivClassName
{
background-color: #2B7CCC;
}
.BgClassName
{
background-color: #2B7CCC;
}
</style>
border-color css
<style>
span { border-color: #2B7CCC; }
span { border-color: rgb(43,124,204); }
td.TdClassName
{
border-color: #2B7CCC;
}
.TagClassName
{
border-color: #2B7CCC;
}
</style>