Shades of Curious Blue #2B75CE
Tints of Curious Blue #2B75CE
RGB
CMYK
RGB Variations
Color information
#2B75CE (or 0x2B75CE) is known color: Curious Blue. HEX triplet: 2B, 75 and CE. RGB value is (43,117,206). Sum of RGB (Red+Green+Blue) = 43+117+206=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B75CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B75CE is #D48A31. Grayscale: #686868. Windows color (decimal): -13929010 or 13530411. OLE color: 13530411.
HSL color Cylindrical-coordinate representation of color #2B75CE: hue angle of 212.76º 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 #2B75CE is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 117 | 206 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.19 |
| HSL | 212.76º | 0.65% | 0.49% | - |
| HSV(B) | 212.76º | 0.79% | 0.81% | - |
| XYZ | 18.5 | 17.69 | 60.83 | - |
| YUV | 105.02 | 184.98 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 117 | 206 | 0.79 | 0.43 | 0 | 0.19 | 212.76 | 0.65 | 0.49 |
| Hex | 2B | 75 | CE | 4F | 2B | 0 | 13 | D5 | 41 | 31 |
| Octal | 53 | 165 | 316 | 117 | 53 | 0 | 23 | 325 | 101 | 61 |
| Binary | 101011 | 1110101 | 11001110 | 1001111 | 101011 | 0 | 10011 | 11010101 | 1000001 | 110001 |
Color Harmonies of #2B75CE
Complementary color
Monochromatic Colors of #2B75CE
Black with #2B75CE
Text Example
Text Example
White with #2B75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B75CE; }
p { color: rgb(43,117,206); }
H1.HeaderClassName
{
color: #2B75CE;
}
.AnyTagClassName
{
color: #2B75CE;
}
</style>
background-color css
<style>
a { background-color: #2B75CE; }
a { background-color: rgb(43,117,206); }
div.DivClassName
{
background-color: #2B75CE;
}
.BgClassName
{
background-color: #2B75CE;
}
</style>
border-color css
<style>
span { border-color: #2B75CE; }
span { border-color: rgb(43,117,206); }
td.TdClassName
{
border-color: #2B75CE;
}
.TagClassName
{
border-color: #2B75CE;
}
</style>