Shades of Cerulean Blue #305FB1
Tints of Cerulean Blue #305FB1
RGB
CMYK
RGB Variations
Color information
#305FB1 (or 0x305FB1) is known color: Cerulean Blue. HEX triplet: 30, 5F and B1. RGB value is (48,95,177). Sum of RGB (Red+Green+Blue) = 48+95+177=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 177 (69.53% from 255 or 55.31% from 320); Max value from RGB is 177 - color contains mainly: blue. Hex color #305FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305FB1 is #CFA04E. Grayscale: #595959. Windows color (decimal): -13606991 or 11624240. OLE color: 11624240.
HSL color Cylindrical-coordinate representation of color #305FB1: hue angle of 218.14º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #305FB1 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 95 | 177 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.31 |
| HSL | 218.14º | 0.57% | 0.44% | - |
| HSV(B) | 218.14º | 0.73% | 0.69% | - |
| XYZ | 13.25 | 11.99 | 43.21 | - |
| YUV | 90.3 | 176.93 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 177 | 0.73 | 0.46 | 0 | 0.31 | 218.14 | 0.57 | 0.44 |
| Hex | 30 | 5F | B1 | 49 | 2E | 0 | 1F | DA | 39 | 2C |
| Octal | 60 | 137 | 261 | 111 | 56 | 0 | 37 | 332 | 71 | 54 |
| Binary | 110000 | 1011111 | 10110001 | 1001001 | 101110 | 0 | 11111 | 11011010 | 111001 | 101100 |
Color Harmonies of #305FB1
Complementary color
Monochromatic Colors of #305FB1
Black with #305FB1
Text Example
Text Example
White with #305FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305FB1; }
p { color: rgb(48,95,177); }
H1.HeaderClassName
{
color: #305FB1;
}
.AnyTagClassName
{
color: #305FB1;
}
</style>
background-color css
<style>
a { background-color: #305FB1; }
a { background-color: rgb(48,95,177); }
div.DivClassName
{
background-color: #305FB1;
}
.BgClassName
{
background-color: #305FB1;
}
</style>
border-color css
<style>
span { border-color: #305FB1; }
span { border-color: rgb(48,95,177); }
td.TdClassName
{
border-color: #305FB1;
}
.TagClassName
{
border-color: #305FB1;
}
</style>