Shades of Cerulean Blue #3055C2
Tints of Cerulean Blue #3055C2
RGB
CMYK
RGB Variations
Color information
#3055C2 (or 0x3055C2) is known color: Cerulean Blue. HEX triplet: 30, 55 and C2. RGB value is (48,85,194). Sum of RGB (Red+Green+Blue) = 48+85+194=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 194 (76.17% from 255 or 59.33% from 327); Max value from RGB is 194 - color contains mainly: blue. Hex color #3055C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3055C2 is #CFAA3D. Grayscale: #555555. Windows color (decimal): -13609534 or 12735792. OLE color: 12735792.
HSL color Cylindrical-coordinate representation of color #3055C2: hue angle of 224.79º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3055C2 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 85 | 194 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.24 |
| HSL | 224.79º | 0.6% | 0.47% | - |
| HSV(B) | 224.79º | 0.75% | 0.76% | - |
| XYZ | 14.21 | 11.02 | 52.42 | - |
| YUV | 86.36 | 188.74 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 194 | 0.75 | 0.56 | 0 | 0.24 | 224.79 | 0.6 | 0.47 |
| Hex | 30 | 55 | C2 | 4B | 38 | 0 | 18 | E1 | 3C | 2F |
| Octal | 60 | 125 | 302 | 113 | 70 | 0 | 30 | 341 | 74 | 57 |
| Binary | 110000 | 1010101 | 11000010 | 1001011 | 111000 | 0 | 11000 | 11100001 | 111100 | 101111 |
Color Harmonies of #3055C2
Complementary color
Monochromatic Colors of #3055C2
Black with #3055C2
Text Example
Text Example
White with #3055C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3055C2; }
p { color: rgb(48,85,194); }
H1.HeaderClassName
{
color: #3055C2;
}
.AnyTagClassName
{
color: #3055C2;
}
</style>
background-color css
<style>
a { background-color: #3055C2; }
a { background-color: rgb(48,85,194); }
div.DivClassName
{
background-color: #3055C2;
}
.BgClassName
{
background-color: #3055C2;
}
</style>
border-color css
<style>
span { border-color: #3055C2; }
span { border-color: rgb(48,85,194); }
td.TdClassName
{
border-color: #3055C2;
}
.TagClassName
{
border-color: #3055C2;
}
</style>