Shades of Cerulean Blue #3067BB
Tints of Cerulean Blue #3067BB
RGB
CMYK
RGB Variations
Color information
#3067BB (or 0x3067BB) is known color: Cerulean Blue. HEX triplet: 30, 67 and BB. RGB value is (48,103,187). Sum of RGB (Red+Green+Blue) = 48+103+187=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #3067BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3067BB is #CF9844. Grayscale: #5F5F5F. Windows color (decimal): -13604933 or 12281648. OLE color: 12281648.
HSL color Cylindrical-coordinate representation of color #3067BB: hue angle of 216.26º 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 #3067BB is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 103 | 187 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.27 |
| HSL | 216.26º | 0.59% | 0.46% | - |
| HSV(B) | 216.26º | 0.74% | 0.73% | - |
| XYZ | 15.04 | 13.92 | 48.91 | - |
| YUV | 96.13 | 179.28 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 187 | 0.74 | 0.45 | 0 | 0.27 | 216.26 | 0.59 | 0.46 |
| Hex | 30 | 67 | BB | 4A | 2D | 0 | 1B | D8 | 3B | 2E |
| Octal | 60 | 147 | 273 | 112 | 55 | 0 | 33 | 330 | 73 | 56 |
| Binary | 110000 | 1100111 | 10111011 | 1001010 | 101101 | 0 | 11011 | 11011000 | 111011 | 101110 |
Color Harmonies of #3067BB
Complementary color
Monochromatic Colors of #3067BB
Black with #3067BB
Text Example
Text Example
White with #3067BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3067BB; }
p { color: rgb(48,103,187); }
H1.HeaderClassName
{
color: #3067BB;
}
.AnyTagClassName
{
color: #3067BB;
}
</style>
background-color css
<style>
a { background-color: #3067BB; }
a { background-color: rgb(48,103,187); }
div.DivClassName
{
background-color: #3067BB;
}
.BgClassName
{
background-color: #3067BB;
}
</style>
border-color css
<style>
span { border-color: #3067BB; }
span { border-color: rgb(48,103,187); }
td.TdClassName
{
border-color: #3067BB;
}
.TagClassName
{
border-color: #3067BB;
}
</style>