Shades of Cerulean Blue #3059CF
Tints of Cerulean Blue #3059CF
RGB
CMYK
RGB Variations
Color information
#3059CF (or 0x3059CF) is known color: Cerulean Blue. HEX triplet: 30, 59 and CF. RGB value is (48,89,207). Sum of RGB (Red+Green+Blue) = 48+89+207=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #3059CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3059CF is #CFA630. Grayscale: #595959. Windows color (decimal): -13608497 or 13588784. OLE color: 13588784.
HSL color Cylindrical-coordinate representation of color #3059CF: hue angle of 224.53º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3059CF is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 89 | 207 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.19 |
| HSL | 224.53º | 0.62% | 0.5% | - |
| HSV(B) | 224.53º | 0.77% | 0.81% | - |
| XYZ | 16.05 | 12.28 | 60.56 | - |
| YUV | 90.19 | 193.92 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 207 | 0.77 | 0.57 | 0 | 0.19 | 224.53 | 0.62 | 0.5 |
| Hex | 30 | 59 | CF | 4D | 39 | 0 | 13 | E1 | 3E | 32 |
| Octal | 60 | 131 | 317 | 115 | 71 | 0 | 23 | 341 | 76 | 62 |
| Binary | 110000 | 1011001 | 11001111 | 1001101 | 111001 | 0 | 10011 | 11100001 | 111110 | 110010 |
Color Harmonies of #3059CF
Complementary color
Monochromatic Colors of #3059CF
Black with #3059CF
Text Example
Text Example
White with #3059CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3059CF; }
p { color: rgb(48,89,207); }
H1.HeaderClassName
{
color: #3059CF;
}
.AnyTagClassName
{
color: #3059CF;
}
</style>
background-color css
<style>
a { background-color: #3059CF; }
a { background-color: rgb(48,89,207); }
div.DivClassName
{
background-color: #3059CF;
}
.BgClassName
{
background-color: #3059CF;
}
</style>
border-color css
<style>
span { border-color: #3059CF; }
span { border-color: rgb(48,89,207); }
td.TdClassName
{
border-color: #3059CF;
}
.TagClassName
{
border-color: #3059CF;
}
</style>