Shades of Cerulean Blue #305DB1
Tints of Cerulean Blue #305DB1
RGB
CMYK
RGB Variations
Color information
#305DB1 (or 0x305DB1) is known color: Cerulean Blue. HEX triplet: 30, 5D and B1. RGB value is (48,93,177). Sum of RGB (Red+Green+Blue) = 48+93+177=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 177 (69.53% from 255 or 55.66% from 318); Max value from RGB is 177 - color contains mainly: blue. Hex color #305DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305DB1 is #CFA24E. Grayscale: #585858. Windows color (decimal): -13607503 or 11623728. OLE color: 11623728.
HSL color Cylindrical-coordinate representation of color #305DB1: hue angle of 219.07º 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 #305DB1 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 93 | 177 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.31 |
| HSL | 219.07º | 0.57% | 0.44% | - |
| HSV(B) | 219.07º | 0.73% | 0.69% | - |
| XYZ | 13.07 | 11.63 | 43.15 | - |
| YUV | 89.12 | 177.59 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 177 | 0.73 | 0.47 | 0 | 0.31 | 219.07 | 0.57 | 0.44 |
| Hex | 30 | 5D | B1 | 49 | 2F | 0 | 1F | DB | 39 | 2C |
| Octal | 60 | 135 | 261 | 111 | 57 | 0 | 37 | 333 | 71 | 54 |
| Binary | 110000 | 1011101 | 10110001 | 1001001 | 101111 | 0 | 11111 | 11011011 | 111001 | 101100 |
Color Harmonies of #305DB1
Complementary color
Monochromatic Colors of #305DB1
Black with #305DB1
Text Example
Text Example
White with #305DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DB1; }
p { color: rgb(48,93,177); }
H1.HeaderClassName
{
color: #305DB1;
}
.AnyTagClassName
{
color: #305DB1;
}
</style>
background-color css
<style>
a { background-color: #305DB1; }
a { background-color: rgb(48,93,177); }
div.DivClassName
{
background-color: #305DB1;
}
.BgClassName
{
background-color: #305DB1;
}
</style>
border-color css
<style>
span { border-color: #305DB1; }
span { border-color: rgb(48,93,177); }
td.TdClassName
{
border-color: #305DB1;
}
.TagClassName
{
border-color: #305DB1;
}
</style>