Shades of Cerulean Blue #3065BC
Tints of Cerulean Blue #3065BC
RGB
CMYK
RGB Variations
Color information
#3065BC (or 0x3065BC) is known color: Cerulean Blue. HEX triplet: 30, 65 and BC. RGB value is (48,101,188). Sum of RGB (Red+Green+Blue) = 48+101+188=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #3065BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3065BC is #CF9A43. Grayscale: #5E5E5E. Windows color (decimal): -13605444 or 12346672. OLE color: 12346672.
HSL color Cylindrical-coordinate representation of color #3065BC: hue angle of 217.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3065BC is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 101 | 188 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.26 |
| HSL | 217.29º | 0.59% | 0.46% | - |
| HSV(B) | 217.29º | 0.74% | 0.74% | - |
| XYZ | 14.95 | 13.57 | 49.41 | - |
| YUV | 95.07 | 180.44 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 188 | 0.74 | 0.46 | 0 | 0.26 | 217.29 | 0.59 | 0.46 |
| Hex | 30 | 65 | BC | 4A | 2E | 0 | 1A | D9 | 3B | 2E |
| Octal | 60 | 145 | 274 | 112 | 56 | 0 | 32 | 331 | 73 | 56 |
| Binary | 110000 | 1100101 | 10111100 | 1001010 | 101110 | 0 | 11010 | 11011001 | 111011 | 101110 |
Color Harmonies of #3065BC
Complementary color
Monochromatic Colors of #3065BC
Black with #3065BC
Text Example
Text Example
White with #3065BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3065BC; }
p { color: rgb(48,101,188); }
H1.HeaderClassName
{
color: #3065BC;
}
.AnyTagClassName
{
color: #3065BC;
}
</style>
background-color css
<style>
a { background-color: #3065BC; }
a { background-color: rgb(48,101,188); }
div.DivClassName
{
background-color: #3065BC;
}
.BgClassName
{
background-color: #3065BC;
}
</style>
border-color css
<style>
span { border-color: #3065BC; }
span { border-color: rgb(48,101,188); }
td.TdClassName
{
border-color: #3065BC;
}
.TagClassName
{
border-color: #3065BC;
}
</style>