Shades of Cerulean Blue #3059C2
Tints of Cerulean Blue #3059C2
RGB
CMYK
RGB Variations
Color information
#3059C2 (or 0x3059C2) is known color: Cerulean Blue. HEX triplet: 30, 59 and C2. RGB value is (48,89,194). Sum of RGB (Red+Green+Blue) = 48+89+194=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 194 (76.17% from 255 or 58.61% from 331); Max value from RGB is 194 - color contains mainly: blue. Hex color #3059C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3059C2 is #CFA63D. Grayscale: #585858. Windows color (decimal): -13608510 or 12736816. OLE color: 12736816.
HSL color Cylindrical-coordinate representation of color #3059C2: hue angle of 223.15º 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 #3059C2 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 89 | 194 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.24 |
| HSL | 223.15º | 0.6% | 0.47% | - |
| HSV(B) | 223.15º | 0.75% | 0.76% | - |
| XYZ | 14.53 | 11.67 | 52.53 | - |
| YUV | 88.71 | 187.42 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 194 | 0.75 | 0.54 | 0 | 0.24 | 223.15 | 0.6 | 0.47 |
| Hex | 30 | 59 | C2 | 4B | 36 | 0 | 18 | DF | 3C | 2F |
| Octal | 60 | 131 | 302 | 113 | 66 | 0 | 30 | 337 | 74 | 57 |
| Binary | 110000 | 1011001 | 11000010 | 1001011 | 110110 | 0 | 11000 | 11011111 | 111100 | 101111 |
Color Harmonies of #3059C2
Complementary color
Monochromatic Colors of #3059C2
Black with #3059C2
Text Example
Text Example
White with #3059C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3059C2; }
p { color: rgb(48,89,194); }
H1.HeaderClassName
{
color: #3059C2;
}
.AnyTagClassName
{
color: #3059C2;
}
</style>
background-color css
<style>
a { background-color: #3059C2; }
a { background-color: rgb(48,89,194); }
div.DivClassName
{
background-color: #3059C2;
}
.BgClassName
{
background-color: #3059C2;
}
</style>
border-color css
<style>
span { border-color: #3059C2; }
span { border-color: rgb(48,89,194); }
td.TdClassName
{
border-color: #3059C2;
}
.TagClassName
{
border-color: #3059C2;
}
</style>