Shades of Cerulean Blue #3249AF
Tints of Cerulean Blue #3249AF
RGB
CMYK
RGB Variations
Color information
#3249AF (or 0x3249AF) is known color: Cerulean Blue. HEX triplet: 32, 49 and AF. RGB value is (50,73,175). Sum of RGB (Red+Green+Blue) = 50+73+175=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #3249AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3249AF is #CDB650. Grayscale: #4D4D4D. Windows color (decimal): -13481553 or 11487538. OLE color: 11487538.
HSL color Cylindrical-coordinate representation of color #3249AF: hue angle of 228.96º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3249AF is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 73 | 175 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.31 |
| HSL | 228.96º | 0.56% | 0.44% | - |
| HSV(B) | 228.96º | 0.71% | 0.69% | - |
| XYZ | 11.44 | 8.54 | 41.6 | - |
| YUV | 77.75 | 182.88 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 175 | 0.71 | 0.58 | 0 | 0.31 | 228.96 | 0.56 | 0.44 |
| Hex | 32 | 49 | AF | 47 | 3A | 0 | 1F | E5 | 38 | 2C |
| Octal | 62 | 111 | 257 | 107 | 72 | 0 | 37 | 345 | 70 | 54 |
| Binary | 110010 | 1001001 | 10101111 | 1000111 | 111010 | 0 | 11111 | 11100101 | 111000 | 101100 |
Color Harmonies of #3249AF
Complementary color
Monochromatic Colors of #3249AF
Black with #3249AF
Text Example
Text Example
White with #3249AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3249AF; }
p { color: rgb(50,73,175); }
H1.HeaderClassName
{
color: #3249AF;
}
.AnyTagClassName
{
color: #3249AF;
}
</style>
background-color css
<style>
a { background-color: #3249AF; }
a { background-color: rgb(50,73,175); }
div.DivClassName
{
background-color: #3249AF;
}
.BgClassName
{
background-color: #3249AF;
}
</style>
border-color css
<style>
span { border-color: #3249AF; }
span { border-color: rgb(50,73,175); }
td.TdClassName
{
border-color: #3249AF;
}
.TagClassName
{
border-color: #3249AF;
}
</style>