Shades of Cerulean Blue #2A63C1
Tints of Cerulean Blue #2A63C1
RGB
CMYK
RGB Variations
Color information
#2A63C1 (or 0x2A63C1) is known color: Cerulean Blue. HEX triplet: 2A, 63 and C1. RGB value is (42,99,193). Sum of RGB (Red+Green+Blue) = 42+99+193=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #2A63C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A63C1 is #D59C3E. Grayscale: #5C5C5C. Windows color (decimal): -13999167 or 12673834. OLE color: 12673834.
HSL color Cylindrical-coordinate representation of color #2A63C1: hue angle of 217.35º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A63C1 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 99 | 193 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.24 |
| HSL | 217.35º | 0.64% | 0.46% | - |
| HSV(B) | 217.35º | 0.78% | 0.76% | - |
| XYZ | 15.04 | 13.27 | 52.22 | - |
| YUV | 92.67 | 184.62 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 193 | 0.78 | 0.49 | 0 | 0.24 | 217.35 | 0.64 | 0.46 |
| Hex | 2A | 63 | C1 | 4E | 31 | 0 | 18 | D9 | 40 | 2E |
| Octal | 52 | 143 | 301 | 116 | 61 | 0 | 30 | 331 | 100 | 56 |
| Binary | 101010 | 1100011 | 11000001 | 1001110 | 110001 | 0 | 11000 | 11011001 | 1000000 | 101110 |
Color Harmonies of #2A63C1
Complementary color
Monochromatic Colors of #2A63C1
Black with #2A63C1
Text Example
Text Example
White with #2A63C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A63C1; }
p { color: rgb(42,99,193); }
H1.HeaderClassName
{
color: #2A63C1;
}
.AnyTagClassName
{
color: #2A63C1;
}
</style>
background-color css
<style>
a { background-color: #2A63C1; }
a { background-color: rgb(42,99,193); }
div.DivClassName
{
background-color: #2A63C1;
}
.BgClassName
{
background-color: #2A63C1;
}
</style>
border-color css
<style>
span { border-color: #2A63C1; }
span { border-color: rgb(42,99,193); }
td.TdClassName
{
border-color: #2A63C1;
}
.TagClassName
{
border-color: #2A63C1;
}
</style>