Shades of Cerulean Blue #305BBA
Tints of Cerulean Blue #305BBA
RGB
CMYK
RGB Variations
Color information
#305BBA (or 0x305BBA) is known color: Cerulean Blue. HEX triplet: 30, 5B and BA. RGB value is (48,91,186). Sum of RGB (Red+Green+Blue) = 48+91+186=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #305BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305BBA is #CFA445. Grayscale: #585858. Windows color (decimal): -13608006 or 12213040. OLE color: 12213040.
HSL color Cylindrical-coordinate representation of color #305BBA: hue angle of 221.3º 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 #305BBA is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 91 | 186 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.27 |
| HSL | 221.3º | 0.59% | 0.46% | - |
| HSV(B) | 221.3º | 0.74% | 0.73% | - |
| XYZ | 13.82 | 11.66 | 47.98 | - |
| YUV | 88.97 | 182.75 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 186 | 0.74 | 0.51 | 0 | 0.27 | 221.3 | 0.59 | 0.46 |
| Hex | 30 | 5B | BA | 4A | 33 | 0 | 1B | DD | 3B | 2E |
| Octal | 60 | 133 | 272 | 112 | 63 | 0 | 33 | 335 | 73 | 56 |
| Binary | 110000 | 1011011 | 10111010 | 1001010 | 110011 | 0 | 11011 | 11011101 | 111011 | 101110 |
Color Harmonies of #305BBA
Complementary color
Monochromatic Colors of #305BBA
Black with #305BBA
Text Example
Text Example
White with #305BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BBA; }
p { color: rgb(48,91,186); }
H1.HeaderClassName
{
color: #305BBA;
}
.AnyTagClassName
{
color: #305BBA;
}
</style>
background-color css
<style>
a { background-color: #305BBA; }
a { background-color: rgb(48,91,186); }
div.DivClassName
{
background-color: #305BBA;
}
.BgClassName
{
background-color: #305BBA;
}
</style>
border-color css
<style>
span { border-color: #305BBA; }
span { border-color: rgb(48,91,186); }
td.TdClassName
{
border-color: #305BBA;
}
.TagClassName
{
border-color: #305BBA;
}
</style>