Shades of Cerulean Blue #3065B9
Tints of Cerulean Blue #3065B9
RGB
CMYK
RGB Variations
Color information
#3065B9 (or 0x3065B9) is known color: Cerulean Blue. HEX triplet: 30, 65 and B9. RGB value is (48,101,185). Sum of RGB (Red+Green+Blue) = 48+101+185=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 185 (72.66% from 255 or 55.39% from 334); Max value from RGB is 185 - color contains mainly: blue. Hex color #3065B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3065B9 is #CF9A46. Grayscale: #5E5E5E. Windows color (decimal): -13605447 or 12150064. OLE color: 12150064.
HSL color Cylindrical-coordinate representation of color #3065B9: hue angle of 216.79º 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 #3065B9 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 101 | 185 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.27 |
| HSL | 216.79º | 0.59% | 0.46% | - |
| HSV(B) | 216.79º | 0.74% | 0.73% | - |
| XYZ | 14.63 | 13.44 | 47.72 | - |
| YUV | 94.73 | 178.94 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 185 | 0.74 | 0.45 | 0 | 0.27 | 216.79 | 0.59 | 0.46 |
| Hex | 30 | 65 | B9 | 4A | 2D | 0 | 1B | D9 | 3B | 2E |
| Octal | 60 | 145 | 271 | 112 | 55 | 0 | 33 | 331 | 73 | 56 |
| Binary | 110000 | 1100101 | 10111001 | 1001010 | 101101 | 0 | 11011 | 11011001 | 111011 | 101110 |
Color Harmonies of #3065B9
Complementary color
Monochromatic Colors of #3065B9
Black with #3065B9
Text Example
Text Example
White with #3065B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3065B9; }
p { color: rgb(48,101,185); }
H1.HeaderClassName
{
color: #3065B9;
}
.AnyTagClassName
{
color: #3065B9;
}
</style>
background-color css
<style>
a { background-color: #3065B9; }
a { background-color: rgb(48,101,185); }
div.DivClassName
{
background-color: #3065B9;
}
.BgClassName
{
background-color: #3065B9;
}
</style>
border-color css
<style>
span { border-color: #3065B9; }
span { border-color: rgb(48,101,185); }
td.TdClassName
{
border-color: #3065B9;
}
.TagClassName
{
border-color: #3065B9;
}
</style>