Shades of Cerulean Blue #305DBD
Tints of Cerulean Blue #305DBD
RGB
CMYK
RGB Variations
Color information
#305DBD (or 0x305DBD) is known color: Cerulean Blue. HEX triplet: 30, 5D and BD. RGB value is (48,93,189). Sum of RGB (Red+Green+Blue) = 48+93+189=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #305DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DBD is #CFA242. Grayscale: #5A5A5A. Windows color (decimal): -13607491 or 12410160. OLE color: 12410160.
HSL color Cylindrical-coordinate representation of color #305DBD: hue angle of 220.85º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #305DBD is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 93 | 189 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.26 |
| HSL | 220.85º | 0.59% | 0.46% | - |
| HSV(B) | 220.85º | 0.75% | 0.74% | - |
| XYZ | 14.32 | 12.13 | 49.73 | - |
| YUV | 90.49 | 183.59 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 189 | 0.75 | 0.51 | 0 | 0.26 | 220.85 | 0.59 | 0.46 |
| Hex | 30 | 5D | BD | 4B | 33 | 0 | 1A | DD | 3B | 2E |
| Octal | 60 | 135 | 275 | 113 | 63 | 0 | 32 | 335 | 73 | 56 |
| Binary | 110000 | 1011101 | 10111101 | 1001011 | 110011 | 0 | 11010 | 11011101 | 111011 | 101110 |
Color Harmonies of #305DBD
Complementary color
Monochromatic Colors of #305DBD
Black with #305DBD
Text Example
Text Example
White with #305DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DBD; }
p { color: rgb(48,93,189); }
H1.HeaderClassName
{
color: #305DBD;
}
.AnyTagClassName
{
color: #305DBD;
}
</style>
background-color css
<style>
a { background-color: #305DBD; }
a { background-color: rgb(48,93,189); }
div.DivClassName
{
background-color: #305DBD;
}
.BgClassName
{
background-color: #305DBD;
}
</style>
border-color css
<style>
span { border-color: #305DBD; }
span { border-color: rgb(48,93,189); }
td.TdClassName
{
border-color: #305DBD;
}
.TagClassName
{
border-color: #305DBD;
}
</style>