Shades of Cerulean Blue #2A52BE
Tints of Cerulean Blue #2A52BE
RGB
CMYK
RGB Variations
Color information
#2A52BE (or 0x2A52BE) is known color: Cerulean Blue. HEX triplet: 2A, 52 and BE. RGB value is (42,82,190). Sum of RGB (Red+Green+Blue) = 42+82+190=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A52BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A52BE is #D5AD41. Grayscale: #515151. Windows color (decimal): -14003522 or 12472874. OLE color: 12472874.
HSL color Cylindrical-coordinate representation of color #2A52BE: hue angle of 223.78º 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 #2A52BE is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 42 | 82 | 190 | - |
CMYK | 0.78 | 0.57 | 0 | 0.25 |
HSL | 223.78º | 0.64% | 0.45% | - |
HSV(B) | 223.78º | 0.78% | 0.75% | - |
XYZ | 13.27 | 10.24 | 49.99 | - |
YUV | 82.35 | 188.75 | 99.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 82 | 190 | 0.78 | 0.57 | 0 | 0.25 | 223.78 | 0.64 | 0.45 |
Hex | 2A | 52 | BE | 4E | 39 | 0 | 19 | E0 | 40 | 2D |
Octal | 52 | 122 | 276 | 116 | 71 | 0 | 31 | 340 | 100 | 55 |
Binary | 101010 | 1010010 | 10111110 | 1001110 | 111001 | 0 | 11001 | 11100000 | 1000000 | 101101 |
Color Harmonies of #2A52BE
Complementary color
Monochromatic Colors of #2A52BE
Black with #2A52BE
Text Example
Text Example
White with #2A52BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A52BE; }
p { color: rgb(42,82,190); }
H1.HeaderClassName
{
color: #2A52BE;
}
.AnyTagClassName
{
color: #2A52BE;
}
</style>
background-color css
<style>
a { background-color: #2A52BE; }
a { background-color: rgb(42,82,190); }
div.DivClassName
{
background-color: #2A52BE;
}
.BgClassName
{
background-color: #2A52BE;
}
</style>
border-color css
<style>
span { border-color: #2A52BE; }
span { border-color: rgb(42,82,190); }
td.TdClassName
{
border-color: #2A52BE;
}
.TagClassName
{
border-color: #2A52BE;
}
</style>