Shades of Cerulean Blue #305FC0
Tints of Cerulean Blue #305FC0
RGB
CMYK
RGB Variations
Color information
#305FC0 (or 0x305FC0) is known color: Cerulean Blue. HEX triplet: 30, 5F and C0. RGB value is (48,95,192). Sum of RGB (Red+Green+Blue) = 48+95+192=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #305FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305FC0 is #CFA03F. Grayscale: #5B5B5B. Windows color (decimal): -13606976 or 12607280. OLE color: 12607280.
HSL color Cylindrical-coordinate representation of color #305FC0: hue angle of 220.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #305FC0 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 95 | 192 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.25 |
| HSL | 220.42º | 0.6% | 0.47% | - |
| HSV(B) | 220.42º | 0.75% | 0.75% | - |
| XYZ | 14.83 | 12.62 | 51.52 | - |
| YUV | 92.01 | 184.43 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 192 | 0.75 | 0.51 | 0 | 0.25 | 220.42 | 0.6 | 0.47 |
| Hex | 30 | 5F | C0 | 4B | 33 | 0 | 19 | DC | 3C | 2F |
| Octal | 60 | 137 | 300 | 113 | 63 | 0 | 31 | 334 | 74 | 57 |
| Binary | 110000 | 1011111 | 11000000 | 1001011 | 110011 | 0 | 11001 | 11011100 | 111100 | 101111 |
Color Harmonies of #305FC0
Complementary color
Monochromatic Colors of #305FC0
Black with #305FC0
Text Example
Text Example
White with #305FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305FC0; }
p { color: rgb(48,95,192); }
H1.HeaderClassName
{
color: #305FC0;
}
.AnyTagClassName
{
color: #305FC0;
}
</style>
background-color css
<style>
a { background-color: #305FC0; }
a { background-color: rgb(48,95,192); }
div.DivClassName
{
background-color: #305FC0;
}
.BgClassName
{
background-color: #305FC0;
}
</style>
border-color css
<style>
span { border-color: #305FC0; }
span { border-color: rgb(48,95,192); }
td.TdClassName
{
border-color: #305FC0;
}
.TagClassName
{
border-color: #305FC0;
}
</style>