Shades of Cerulean Blue #3055D2
Tints of Cerulean Blue #3055D2
RGB
CMYK
RGB Variations
Color information
#3055D2 (or 0x3055D2) is known color: Cerulean Blue. HEX triplet: 30, 55 and D2. RGB value is (48,85,210). Sum of RGB (Red+Green+Blue) = 48+85+210=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 210 (82.42% from 255 or 61.22% from 343); Max value from RGB is 210 - color contains mainly: blue. Hex color #3055D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3055D2 is #CFAA2D. Grayscale: #575757. Windows color (decimal): -13609518 or 13784368. OLE color: 13784368.
HSL color Cylindrical-coordinate representation of color #3055D2: hue angle of 226.3º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3055D2 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 85 | 210 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.18 |
| HSL | 226.3º | 0.64% | 0.51% | - |
| HSV(B) | 226.3º | 0.77% | 0.82% | - |
| XYZ | 16.1 | 11.78 | 62.4 | - |
| YUV | 88.19 | 196.74 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 210 | 0.77 | 0.60 | 0 | 0.18 | 226.3 | 0.64 | 0.51 |
| Hex | 30 | 55 | D2 | 4D | 3C | 0 | 12 | E2 | 40 | 33 |
| Octal | 60 | 125 | 322 | 115 | 74 | 0 | 22 | 342 | 100 | 63 |
| Binary | 110000 | 1010101 | 11010010 | 1001101 | 111100 | 0 | 10010 | 11100010 | 1000000 | 110011 |
Color Harmonies of #3055D2
Complementary color
Monochromatic Colors of #3055D2
Black with #3055D2
Text Example
Text Example
White with #3055D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3055D2; }
p { color: rgb(48,85,210); }
H1.HeaderClassName
{
color: #3055D2;
}
.AnyTagClassName
{
color: #3055D2;
}
</style>
background-color css
<style>
a { background-color: #3055D2; }
a { background-color: rgb(48,85,210); }
div.DivClassName
{
background-color: #3055D2;
}
.BgClassName
{
background-color: #3055D2;
}
</style>
border-color css
<style>
span { border-color: #3055D2; }
span { border-color: rgb(48,85,210); }
td.TdClassName
{
border-color: #3055D2;
}
.TagClassName
{
border-color: #3055D2;
}
</style>