Shades of Cerulean Blue #3451B9
Tints of Cerulean Blue #3451B9
RGB
CMYK
RGB Variations
Color information
#3451B9 (or 0x3451B9) is known color: Cerulean Blue. HEX triplet: 34, 51 and B9. RGB value is (52,81,185). Sum of RGB (Red+Green+Blue) = 52+81+185=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 185 (72.66% from 255 or 58.18% from 318); Max value from RGB is 185 - color contains mainly: blue. Hex color #3451B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3451B9 is #CBAE46. Grayscale: #535353. Windows color (decimal): -13348423 or 12144948. OLE color: 12144948.
HSL color Cylindrical-coordinate representation of color #3451B9: hue angle of 226.92º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3451B9 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 81 | 185 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.27 |
| HSL | 226.92º | 0.56% | 0.46% | - |
| HSV(B) | 226.92º | 0.72% | 0.73% | - |
| XYZ | 13.12 | 10.12 | 47.16 | - |
| YUV | 84.19 | 184.89 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 185 | 0.72 | 0.56 | 0 | 0.27 | 226.92 | 0.56 | 0.46 |
| Hex | 34 | 51 | B9 | 48 | 38 | 0 | 1B | E3 | 38 | 2E |
| Octal | 64 | 121 | 271 | 110 | 70 | 0 | 33 | 343 | 70 | 56 |
| Binary | 110100 | 1010001 | 10111001 | 1001000 | 111000 | 0 | 11011 | 11100011 | 111000 | 101110 |
Color Harmonies of #3451B9
Complementary color
Monochromatic Colors of #3451B9
Black with #3451B9
Text Example
Text Example
White with #3451B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3451B9; }
p { color: rgb(52,81,185); }
H1.HeaderClassName
{
color: #3451B9;
}
.AnyTagClassName
{
color: #3451B9;
}
</style>
background-color css
<style>
a { background-color: #3451B9; }
a { background-color: rgb(52,81,185); }
div.DivClassName
{
background-color: #3451B9;
}
.BgClassName
{
background-color: #3451B9;
}
</style>
border-color css
<style>
span { border-color: #3451B9; }
span { border-color: rgb(52,81,185); }
td.TdClassName
{
border-color: #3451B9;
}
.TagClassName
{
border-color: #3451B9;
}
</style>