Shades of Curious Blue #2B7CCB
Tints of Curious Blue #2B7CCB
RGB
CMYK
RGB Variations
Color information
#2B7CCB (or 0x2B7CCB) is known color: Curious Blue. HEX triplet: 2B, 7C and CB. RGB value is (43,124,203). Sum of RGB (Red+Green+Blue) = 43+124+203=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B7CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7CCB is #D48334. Grayscale: #6C6C6C. Windows color (decimal): -13927221 or 13335595. OLE color: 13335595.
HSL color Cylindrical-coordinate representation of color #2B7CCB: hue angle of 209.62º 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 #2B7CCB is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 124 | 203 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.20 |
| HSL | 209.63º | 0.65% | 0.48% | - |
| HSV(B) | 209.63º | 0.79% | 0.8% | - |
| XYZ | 18.98 | 19.24 | 59.21 | - |
| YUV | 108.79 | 181.16 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 124 | 203 | 0.79 | 0.39 | 0 | 0.20 | 209.63 | 0.65 | 0.48 |
| Hex | 2B | 7C | CB | 4F | 27 | 0 | 14 | D2 | 41 | 30 |
| Octal | 53 | 174 | 313 | 117 | 47 | 0 | 24 | 322 | 101 | 60 |
| Binary | 101011 | 1111100 | 11001011 | 1001111 | 100111 | 0 | 10100 | 11010010 | 1000001 | 110000 |
Color Harmonies of #2B7CCB
Complementary color
Monochromatic Colors of #2B7CCB
Black with #2B7CCB
Text Example
Text Example
White with #2B7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7CCB; }
p { color: rgb(43,124,203); }
H1.HeaderClassName
{
color: #2B7CCB;
}
.AnyTagClassName
{
color: #2B7CCB;
}
</style>
background-color css
<style>
a { background-color: #2B7CCB; }
a { background-color: rgb(43,124,203); }
div.DivClassName
{
background-color: #2B7CCB;
}
.BgClassName
{
background-color: #2B7CCB;
}
</style>
border-color css
<style>
span { border-color: #2B7CCB; }
span { border-color: rgb(43,124,203); }
td.TdClassName
{
border-color: #2B7CCB;
}
.TagClassName
{
border-color: #2B7CCB;
}
</style>