Shades of Cerulean Blue #3059B7
Tints of Cerulean Blue #3059B7
RGB
CMYK
RGB Variations
Color information
#3059B7 (or 0x3059B7) is known color: Cerulean Blue. HEX triplet: 30, 59 and B7. RGB value is (48,89,183). Sum of RGB (Red+Green+Blue) = 48+89+183=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 183 (71.88% from 255 or 57.19% from 320); Max value from RGB is 183 - color contains mainly: blue. Hex color #3059B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3059B7 is #CFA648. Grayscale: #575757. Windows color (decimal): -13608521 or 12015920. OLE color: 12015920.
HSL color Cylindrical-coordinate representation of color #3059B7: hue angle of 221.78º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3059B7 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 89 | 183 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.28 |
| HSL | 221.78º | 0.58% | 0.45% | - |
| HSV(B) | 221.78º | 0.74% | 0.72% | - |
| XYZ | 13.34 | 11.19 | 46.26 | - |
| YUV | 87.46 | 181.92 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 183 | 0.74 | 0.51 | 0 | 0.28 | 221.78 | 0.58 | 0.45 |
| Hex | 30 | 59 | B7 | 4A | 33 | 0 | 1C | DE | 3A | 2D |
| Octal | 60 | 131 | 267 | 112 | 63 | 0 | 34 | 336 | 72 | 55 |
| Binary | 110000 | 1011001 | 10110111 | 1001010 | 110011 | 0 | 11100 | 11011110 | 111010 | 101101 |
Color Harmonies of #3059B7
Complementary color
Monochromatic Colors of #3059B7
Black with #3059B7
Text Example
Text Example
White with #3059B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3059B7; }
p { color: rgb(48,89,183); }
H1.HeaderClassName
{
color: #3059B7;
}
.AnyTagClassName
{
color: #3059B7;
}
</style>
background-color css
<style>
a { background-color: #3059B7; }
a { background-color: rgb(48,89,183); }
div.DivClassName
{
background-color: #3059B7;
}
.BgClassName
{
background-color: #3059B7;
}
</style>
border-color css
<style>
span { border-color: #3059B7; }
span { border-color: rgb(48,89,183); }
td.TdClassName
{
border-color: #3059B7;
}
.TagClassName
{
border-color: #3059B7;
}
</style>