Shades of Curious Blue #2C75C1
Tints of Curious Blue #2C75C1
RGB
CMYK
RGB Variations
Color information
#2C75C1 (or 0x2C75C1) is known color: Curious Blue. HEX triplet: 2C, 75 and C1. RGB value is (44,117,193). Sum of RGB (Red+Green+Blue) = 44+117+193=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C75C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C75C1 is #D38A3E. Grayscale: #676767. Windows color (decimal): -13863487 or 12678444. OLE color: 12678444.
HSL color Cylindrical-coordinate representation of color #2C75C1: hue angle of 210.6º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C75C1 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 117 | 193 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.24 |
| HSL | 210.6º | 0.63% | 0.46% | - |
| HSV(B) | 210.6º | 0.77% | 0.76% | - |
| XYZ | 17.03 | 17.11 | 52.86 | - |
| YUV | 103.84 | 178.32 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 117 | 193 | 0.77 | 0.39 | 0 | 0.24 | 210.6 | 0.63 | 0.46 |
| Hex | 2C | 75 | C1 | 4D | 27 | 0 | 18 | D3 | 3F | 2E |
| Octal | 54 | 165 | 301 | 115 | 47 | 0 | 30 | 323 | 77 | 56 |
| Binary | 101100 | 1110101 | 11000001 | 1001101 | 100111 | 0 | 11000 | 11010011 | 111111 | 101110 |
Color Harmonies of #2C75C1
Complementary color
Monochromatic Colors of #2C75C1
Black with #2C75C1
Text Example
Text Example
White with #2C75C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C75C1; }
p { color: rgb(44,117,193); }
H1.HeaderClassName
{
color: #2C75C1;
}
.AnyTagClassName
{
color: #2C75C1;
}
</style>
background-color css
<style>
a { background-color: #2C75C1; }
a { background-color: rgb(44,117,193); }
div.DivClassName
{
background-color: #2C75C1;
}
.BgClassName
{
background-color: #2C75C1;
}
</style>
border-color css
<style>
span { border-color: #2C75C1; }
span { border-color: rgb(44,117,193); }
td.TdClassName
{
border-color: #2C75C1;
}
.TagClassName
{
border-color: #2C75C1;
}
</style>