Shades of Cerulean Blue #3052B2
Tints of Cerulean Blue #3052B2
RGB
CMYK
RGB Variations
Color information
#3052B2 (or 0x3052B2) is known color: Cerulean Blue. HEX triplet: 30, 52 and B2. RGB value is (48,82,178). Sum of RGB (Red+Green+Blue) = 48+82+178=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 178 (69.92% from 255 or 57.79% from 308); Max value from RGB is 178 - color contains mainly: blue. Hex color #3052B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3052B2 is #CFAD4D. Grayscale: #525252. Windows color (decimal): -13610318 or 11686448. OLE color: 11686448.
HSL color Cylindrical-coordinate representation of color #3052B2: hue angle of 224.31º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3052B2 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 82 | 178 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.30 |
| HSL | 224.31º | 0.58% | 0.44% | - |
| HSV(B) | 224.31º | 0.73% | 0.7% | - |
| XYZ | 12.27 | 9.88 | 43.38 | - |
| YUV | 82.78 | 181.74 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 82 | 178 | 0.73 | 0.54 | 0 | 0.30 | 224.31 | 0.58 | 0.44 |
| Hex | 30 | 52 | B2 | 49 | 36 | 0 | 1E | E0 | 3A | 2C |
| Octal | 60 | 122 | 262 | 111 | 66 | 0 | 36 | 340 | 72 | 54 |
| Binary | 110000 | 1010010 | 10110010 | 1001001 | 110110 | 0 | 11110 | 11100000 | 111010 | 101100 |
Color Harmonies of #3052B2
Complementary color
Monochromatic Colors of #3052B2
Black with #3052B2
Text Example
Text Example
White with #3052B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3052B2; }
p { color: rgb(48,82,178); }
H1.HeaderClassName
{
color: #3052B2;
}
.AnyTagClassName
{
color: #3052B2;
}
</style>
background-color css
<style>
a { background-color: #3052B2; }
a { background-color: rgb(48,82,178); }
div.DivClassName
{
background-color: #3052B2;
}
.BgClassName
{
background-color: #3052B2;
}
</style>
border-color css
<style>
span { border-color: #3052B2; }
span { border-color: rgb(48,82,178); }
td.TdClassName
{
border-color: #3052B2;
}
.TagClassName
{
border-color: #3052B2;
}
</style>