Shades of Cerulean Blue #3067BA
Tints of Cerulean Blue #3067BA
RGB
CMYK
RGB Variations
Color information
#3067BA (or 0x3067BA) is known color: Cerulean Blue. HEX triplet: 30, 67 and BA. RGB value is (48,103,186). Sum of RGB (Red+Green+Blue) = 48+103+186=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #3067BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3067BA is #CF9845. Grayscale: #5F5F5F. Windows color (decimal): -13604934 or 12216112. OLE color: 12216112.
HSL color Cylindrical-coordinate representation of color #3067BA: hue angle of 216.09º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3067BA is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 103 | 186 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.27 |
| HSL | 216.09º | 0.59% | 0.46% | - |
| HSV(B) | 216.09º | 0.74% | 0.73% | - |
| XYZ | 14.93 | 13.87 | 48.35 | - |
| YUV | 96.02 | 178.78 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 186 | 0.74 | 0.45 | 0 | 0.27 | 216.09 | 0.59 | 0.46 |
| Hex | 30 | 67 | BA | 4A | 2D | 0 | 1B | D8 | 3B | 2E |
| Octal | 60 | 147 | 272 | 112 | 55 | 0 | 33 | 330 | 73 | 56 |
| Binary | 110000 | 1100111 | 10111010 | 1001010 | 101101 | 0 | 11011 | 11011000 | 111011 | 101110 |
Color Harmonies of #3067BA
Complementary color
Monochromatic Colors of #3067BA
Black with #3067BA
Text Example
Text Example
White with #3067BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3067BA; }
p { color: rgb(48,103,186); }
H1.HeaderClassName
{
color: #3067BA;
}
.AnyTagClassName
{
color: #3067BA;
}
</style>
background-color css
<style>
a { background-color: #3067BA; }
a { background-color: rgb(48,103,186); }
div.DivClassName
{
background-color: #3067BA;
}
.BgClassName
{
background-color: #3067BA;
}
</style>
border-color css
<style>
span { border-color: #3067BA; }
span { border-color: rgb(48,103,186); }
td.TdClassName
{
border-color: #3067BA;
}
.TagClassName
{
border-color: #3067BA;
}
</style>