Shades of Cerulean Blue #305FC1
Tints of Cerulean Blue #305FC1
RGB
CMYK
RGB Variations
Color information
#305FC1 (or 0x305FC1) is known color: Cerulean Blue. HEX triplet: 30, 5F and C1. RGB value is (48,95,193). Sum of RGB (Red+Green+Blue) = 48+95+193=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #305FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305FC1 is #CFA03E. Grayscale: #5B5B5B. Windows color (decimal): -13606975 or 12672816. OLE color: 12672816.
HSL color Cylindrical-coordinate representation of color #305FC1: hue angle of 220.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #305FC1 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 95 | 193 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.24 |
| HSL | 220.55º | 0.6% | 0.47% | - |
| HSV(B) | 220.55º | 0.75% | 0.76% | - |
| XYZ | 14.94 | 12.66 | 52.11 | - |
| YUV | 92.12 | 184.93 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 193 | 0.75 | 0.51 | 0 | 0.24 | 220.55 | 0.6 | 0.47 |
| Hex | 30 | 5F | C1 | 4B | 33 | 0 | 18 | DD | 3C | 2F |
| Octal | 60 | 137 | 301 | 113 | 63 | 0 | 30 | 335 | 74 | 57 |
| Binary | 110000 | 1011111 | 11000001 | 1001011 | 110011 | 0 | 11000 | 11011101 | 111100 | 101111 |
Color Harmonies of #305FC1
Complementary color
Monochromatic Colors of #305FC1
Black with #305FC1
Text Example
Text Example
White with #305FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305FC1; }
p { color: rgb(48,95,193); }
H1.HeaderClassName
{
color: #305FC1;
}
.AnyTagClassName
{
color: #305FC1;
}
</style>
background-color css
<style>
a { background-color: #305FC1; }
a { background-color: rgb(48,95,193); }
div.DivClassName
{
background-color: #305FC1;
}
.BgClassName
{
background-color: #305FC1;
}
</style>
border-color css
<style>
span { border-color: #305FC1; }
span { border-color: rgb(48,95,193); }
td.TdClassName
{
border-color: #305FC1;
}
.TagClassName
{
border-color: #305FC1;
}
</style>