Shades of Cerulean Blue #305BC0
Tints of Cerulean Blue #305BC0
RGB
CMYK
RGB Variations
Color information
#305BC0 (or 0x305BC0) is known color: Cerulean Blue. HEX triplet: 30, 5B and C0. RGB value is (48,91,192). Sum of RGB (Red+Green+Blue) = 48+91+192=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 192 (75.39% from 255 or 58.01% from 331); Max value from RGB is 192 - color contains mainly: blue. Hex color #305BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305BC0 is #CFA43F. Grayscale: #595959. Windows color (decimal): -13608000 or 12606256. OLE color: 12606256.
HSL color Cylindrical-coordinate representation of color #305BC0: hue angle of 222.08º 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 #305BC0 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 91 | 192 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.25 |
| HSL | 222.08º | 0.6% | 0.47% | - |
| HSV(B) | 222.08º | 0.75% | 0.75% | - |
| XYZ | 14.47 | 11.92 | 51.41 | - |
| YUV | 89.66 | 185.75 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 192 | 0.75 | 0.53 | 0 | 0.25 | 222.08 | 0.6 | 0.47 |
| Hex | 30 | 5B | C0 | 4B | 35 | 0 | 19 | DE | 3C | 2F |
| Octal | 60 | 133 | 300 | 113 | 65 | 0 | 31 | 336 | 74 | 57 |
| Binary | 110000 | 1011011 | 11000000 | 1001011 | 110101 | 0 | 11001 | 11011110 | 111100 | 101111 |
Color Harmonies of #305BC0
Complementary color
Monochromatic Colors of #305BC0
Black with #305BC0
Text Example
Text Example
White with #305BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BC0; }
p { color: rgb(48,91,192); }
H1.HeaderClassName
{
color: #305BC0;
}
.AnyTagClassName
{
color: #305BC0;
}
</style>
background-color css
<style>
a { background-color: #305BC0; }
a { background-color: rgb(48,91,192); }
div.DivClassName
{
background-color: #305BC0;
}
.BgClassName
{
background-color: #305BC0;
}
</style>
border-color css
<style>
span { border-color: #305BC0; }
span { border-color: rgb(48,91,192); }
td.TdClassName
{
border-color: #305BC0;
}
.TagClassName
{
border-color: #305BC0;
}
</style>