Shades of Cerulean Blue #2A43BE
Tints of Cerulean Blue #2A43BE
RGB
CMYK
RGB Variations
Color information
#2A43BE (or 0x2A43BE) is known color: Cerulean Blue. HEX triplet: 2A, 43 and BE. RGB value is (42,67,190). Sum of RGB (Red+Green+Blue) = 42+67+190=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A43BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A43BE is #D5BC41. Grayscale: #494949. Windows color (decimal): -14007362 or 12469034. OLE color: 12469034.
HSL color Cylindrical-coordinate representation of color #2A43BE: hue angle of 229.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A43BE is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 67 | 190 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.25 |
| HSL | 229.86º | 0.64% | 0.45% | - |
| HSV(B) | 229.86º | 0.78% | 0.75% | - |
| XYZ | 12.26 | 8.22 | 49.66 | - |
| YUV | 73.55 | 193.72 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 190 | 0.78 | 0.65 | 0 | 0.25 | 229.86 | 0.64 | 0.45 |
| Hex | 2A | 43 | BE | 4E | 41 | 0 | 19 | E6 | 40 | 2D |
| Octal | 52 | 103 | 276 | 116 | 101 | 0 | 31 | 346 | 100 | 55 |
| Binary | 101010 | 1000011 | 10111110 | 1001110 | 1000001 | 0 | 11001 | 11100110 | 1000000 | 101101 |
Color Harmonies of #2A43BE
Complementary color
Monochromatic Colors of #2A43BE
Black with #2A43BE
Text Example
Text Example
White with #2A43BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A43BE; }
p { color: rgb(42,67,190); }
H1.HeaderClassName
{
color: #2A43BE;
}
.AnyTagClassName
{
color: #2A43BE;
}
</style>
background-color css
<style>
a { background-color: #2A43BE; }
a { background-color: rgb(42,67,190); }
div.DivClassName
{
background-color: #2A43BE;
}
.BgClassName
{
background-color: #2A43BE;
}
</style>
border-color css
<style>
span { border-color: #2A43BE; }
span { border-color: rgb(42,67,190); }
td.TdClassName
{
border-color: #2A43BE;
}
.TagClassName
{
border-color: #2A43BE;
}
</style>