Shades of Cerulean Blue #305DB4
Tints of Cerulean Blue #305DB4
RGB
CMYK
RGB Variations
Color information
#305DB4 (or 0x305DB4) is known color: Cerulean Blue. HEX triplet: 30, 5D and B4. RGB value is (48,93,180). Sum of RGB (Red+Green+Blue) = 48+93+180=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #305DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DB4 is #CFA24B. Grayscale: #595959. Windows color (decimal): -13607500 or 11820336. OLE color: 11820336.
HSL color Cylindrical-coordinate representation of color #305DB4: hue angle of 219.55º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #305DB4 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 93 | 180 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.29 |
| HSL | 219.55º | 0.58% | 0.45% | - |
| HSV(B) | 219.55º | 0.73% | 0.71% | - |
| XYZ | 13.37 | 11.75 | 44.74 | - |
| YUV | 89.46 | 179.09 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 180 | 0.73 | 0.48 | 0 | 0.29 | 219.55 | 0.58 | 0.45 |
| Hex | 30 | 5D | B4 | 49 | 30 | 0 | 1D | DC | 3A | 2D |
| Octal | 60 | 135 | 264 | 111 | 60 | 0 | 35 | 334 | 72 | 55 |
| Binary | 110000 | 1011101 | 10110100 | 1001001 | 110000 | 0 | 11101 | 11011100 | 111010 | 101101 |
Color Harmonies of #305DB4
Complementary color
Monochromatic Colors of #305DB4
Black with #305DB4
Text Example
Text Example
White with #305DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DB4; }
p { color: rgb(48,93,180); }
H1.HeaderClassName
{
color: #305DB4;
}
.AnyTagClassName
{
color: #305DB4;
}
</style>
background-color css
<style>
a { background-color: #305DB4; }
a { background-color: rgb(48,93,180); }
div.DivClassName
{
background-color: #305DB4;
}
.BgClassName
{
background-color: #305DB4;
}
</style>
border-color css
<style>
span { border-color: #305DB4; }
span { border-color: rgb(48,93,180); }
td.TdClassName
{
border-color: #305DB4;
}
.TagClassName
{
border-color: #305DB4;
}
</style>