Shades of Curious Blue #2B78CE
Tints of Curious Blue #2B78CE
RGB
CMYK
RGB Variations
Color information
#2B78CE (or 0x2B78CE) is known color: Curious Blue. HEX triplet: 2B, 78 and CE. RGB value is (43,120,206). Sum of RGB (Red+Green+Blue) = 43+120+206=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B78CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B78CE is #D48731. Grayscale: #6A6A6A. Windows color (decimal): -13928242 or 13531179. OLE color: 13531179.
HSL color Cylindrical-coordinate representation of color #2B78CE: hue angle of 211.66º 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 #2B78CE is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 120 | 206 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.19 |
| HSL | 211.66º | 0.65% | 0.49% | - |
| HSV(B) | 211.66º | 0.79% | 0.81% | - |
| XYZ | 18.85 | 18.4 | 60.95 | - |
| YUV | 106.78 | 183.99 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 206 | 0.79 | 0.42 | 0 | 0.19 | 211.66 | 0.65 | 0.49 |
| Hex | 2B | 78 | CE | 4F | 2A | 0 | 13 | D4 | 41 | 31 |
| Octal | 53 | 170 | 316 | 117 | 52 | 0 | 23 | 324 | 101 | 61 |
| Binary | 101011 | 1111000 | 11001110 | 1001111 | 101010 | 0 | 10011 | 11010100 | 1000001 | 110001 |
Color Harmonies of #2B78CE
Complementary color
Monochromatic Colors of #2B78CE
Black with #2B78CE
Text Example
Text Example
White with #2B78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B78CE; }
p { color: rgb(43,120,206); }
H1.HeaderClassName
{
color: #2B78CE;
}
.AnyTagClassName
{
color: #2B78CE;
}
</style>
background-color css
<style>
a { background-color: #2B78CE; }
a { background-color: rgb(43,120,206); }
div.DivClassName
{
background-color: #2B78CE;
}
.BgClassName
{
background-color: #2B78CE;
}
</style>
border-color css
<style>
span { border-color: #2B78CE; }
span { border-color: rgb(43,120,206); }
td.TdClassName
{
border-color: #2B78CE;
}
.TagClassName
{
border-color: #2B78CE;
}
</style>