Shades of Cerulean Blue #305DB2
Tints of Cerulean Blue #305DB2
RGB
CMYK
RGB Variations
Color information
#305DB2 (or 0x305DB2) is known color: Cerulean Blue. HEX triplet: 30, 5D and B2. RGB value is (48,93,178). Sum of RGB (Red+Green+Blue) = 48+93+178=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 178 (69.92% from 255 or 55.80% from 319); Max value from RGB is 178 - color contains mainly: blue. Hex color #305DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305DB2 is #CFA24D. Grayscale: #585858. Windows color (decimal): -13607502 or 11689264. OLE color: 11689264.
HSL color Cylindrical-coordinate representation of color #305DB2: hue angle of 219.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #305DB2 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 93 | 178 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.30 |
| HSL | 219.23º | 0.58% | 0.44% | - |
| HSV(B) | 219.23º | 0.73% | 0.7% | - |
| XYZ | 13.17 | 11.67 | 43.68 | - |
| YUV | 89.24 | 178.09 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 178 | 0.73 | 0.48 | 0 | 0.30 | 219.23 | 0.58 | 0.44 |
| Hex | 30 | 5D | B2 | 49 | 30 | 0 | 1E | DB | 3A | 2C |
| Octal | 60 | 135 | 262 | 111 | 60 | 0 | 36 | 333 | 72 | 54 |
| Binary | 110000 | 1011101 | 10110010 | 1001001 | 110000 | 0 | 11110 | 11011011 | 111010 | 101100 |
Color Harmonies of #305DB2
Complementary color
Monochromatic Colors of #305DB2
Black with #305DB2
Text Example
Text Example
White with #305DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DB2; }
p { color: rgb(48,93,178); }
H1.HeaderClassName
{
color: #305DB2;
}
.AnyTagClassName
{
color: #305DB2;
}
</style>
background-color css
<style>
a { background-color: #305DB2; }
a { background-color: rgb(48,93,178); }
div.DivClassName
{
background-color: #305DB2;
}
.BgClassName
{
background-color: #305DB2;
}
</style>
border-color css
<style>
span { border-color: #305DB2; }
span { border-color: rgb(48,93,178); }
td.TdClassName
{
border-color: #305DB2;
}
.TagClassName
{
border-color: #305DB2;
}
</style>