Shades of Curious Blue #2A75BC
Tints of Curious Blue #2A75BC
RGB
CMYK
RGB Variations
Color information
#2A75BC (or 0x2A75BC) is known color: Curious Blue. HEX triplet: 2A, 75 and BC. RGB value is (42,117,188). Sum of RGB (Red+Green+Blue) = 42+117+188=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A75BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A75BC is #D58A43. Grayscale: #666666. Windows color (decimal): -13994564 or 12350762. OLE color: 12350762.
HSL color Cylindrical-coordinate representation of color #2A75BC: hue angle of 209.18º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A75BC is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 117 | 188 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.26 |
| HSL | 209.18º | 0.63% | 0.45% | - |
| HSV(B) | 209.18º | 0.78% | 0.74% | - |
| XYZ | 16.39 | 16.85 | 49.96 | - |
| YUV | 102.67 | 176.15 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 188 | 0.78 | 0.38 | 0 | 0.26 | 209.18 | 0.63 | 0.45 |
| Hex | 2A | 75 | BC | 4E | 26 | 0 | 1A | D1 | 3F | 2D |
| Octal | 52 | 165 | 274 | 116 | 46 | 0 | 32 | 321 | 77 | 55 |
| Binary | 101010 | 1110101 | 10111100 | 1001110 | 100110 | 0 | 11010 | 11010001 | 111111 | 101101 |
Color Harmonies of #2A75BC
Complementary color
Monochromatic Colors of #2A75BC
Black with #2A75BC
Text Example
Text Example
White with #2A75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A75BC; }
p { color: rgb(42,117,188); }
H1.HeaderClassName
{
color: #2A75BC;
}
.AnyTagClassName
{
color: #2A75BC;
}
</style>
background-color css
<style>
a { background-color: #2A75BC; }
a { background-color: rgb(42,117,188); }
div.DivClassName
{
background-color: #2A75BC;
}
.BgClassName
{
background-color: #2A75BC;
}
</style>
border-color css
<style>
span { border-color: #2A75BC; }
span { border-color: rgb(42,117,188); }
td.TdClassName
{
border-color: #2A75BC;
}
.TagClassName
{
border-color: #2A75BC;
}
</style>