Shades of Cerulean Blue #3052AD
Tints of Cerulean Blue #3052AD
RGB
CMYK
RGB Variations
Color information
#3052AD (or 0x3052AD) is known color: Cerulean Blue. HEX triplet: 30, 52 and AD. RGB value is (48,82,173). Sum of RGB (Red+Green+Blue) = 48+82+173=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #3052AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3052AD is #CFAD52. Grayscale: #515151. Windows color (decimal): -13610323 or 11358768. OLE color: 11358768.
HSL color Cylindrical-coordinate representation of color #3052AD: hue angle of 223.68º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3052AD is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 82 | 173 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.32 |
| HSL | 223.68º | 0.57% | 0.43% | - |
| HSV(B) | 223.68º | 0.72% | 0.68% | - |
| XYZ | 11.78 | 9.68 | 40.78 | - |
| YUV | 82.21 | 179.24 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 82 | 173 | 0.72 | 0.53 | 0 | 0.32 | 223.68 | 0.57 | 0.43 |
| Hex | 30 | 52 | AD | 48 | 35 | 0 | 20 | E0 | 39 | 2B |
| Octal | 60 | 122 | 255 | 110 | 65 | 0 | 40 | 340 | 71 | 53 |
| Binary | 110000 | 1010010 | 10101101 | 1001000 | 110101 | 0 | 100000 | 11100000 | 111001 | 101011 |
Color Harmonies of #3052AD
Complementary color
Monochromatic Colors of #3052AD
Black with #3052AD
Text Example
Text Example
White with #3052AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3052AD; }
p { color: rgb(48,82,173); }
H1.HeaderClassName
{
color: #3052AD;
}
.AnyTagClassName
{
color: #3052AD;
}
</style>
background-color css
<style>
a { background-color: #3052AD; }
a { background-color: rgb(48,82,173); }
div.DivClassName
{
background-color: #3052AD;
}
.BgClassName
{
background-color: #3052AD;
}
</style>
border-color css
<style>
span { border-color: #3052AD; }
span { border-color: rgb(48,82,173); }
td.TdClassName
{
border-color: #3052AD;
}
.TagClassName
{
border-color: #3052AD;
}
</style>