Shades of Cerulean Blue #305EC6
Tints of Cerulean Blue #305EC6
RGB
CMYK
RGB Variations
Color information
#305EC6 (or 0x305EC6) is known color: Cerulean Blue. HEX triplet: 30, 5E and C6. RGB value is (48,94,198). Sum of RGB (Red+Green+Blue) = 48+94+198=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 198 (77.73% from 255 or 58.24% from 340); Max value from RGB is 198 - color contains mainly: blue. Hex color #305EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305EC6 is #CFA139. Grayscale: #5B5B5B. Windows color (decimal): -13607226 or 13000240. OLE color: 13000240.
HSL color Cylindrical-coordinate representation of color #305EC6: hue angle of 221.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #305EC6 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 94 | 198 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.22 |
| HSL | 221.6º | 0.61% | 0.48% | - |
| HSV(B) | 221.6º | 0.76% | 0.78% | - |
| XYZ | 15.41 | 12.71 | 55.07 | - |
| YUV | 92.1 | 187.76 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 198 | 0.76 | 0.53 | 0 | 0.22 | 221.6 | 0.61 | 0.48 |
| Hex | 30 | 5E | C6 | 4C | 35 | 0 | 16 | DE | 3D | 30 |
| Octal | 60 | 136 | 306 | 114 | 65 | 0 | 26 | 336 | 75 | 60 |
| Binary | 110000 | 1011110 | 11000110 | 1001100 | 110101 | 0 | 10110 | 11011110 | 111101 | 110000 |
Color Harmonies of #305EC6
Complementary color
Monochromatic Colors of #305EC6
Black with #305EC6
Text Example
Text Example
White with #305EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305EC6; }
p { color: rgb(48,94,198); }
H1.HeaderClassName
{
color: #305EC6;
}
.AnyTagClassName
{
color: #305EC6;
}
</style>
background-color css
<style>
a { background-color: #305EC6; }
a { background-color: rgb(48,94,198); }
div.DivClassName
{
background-color: #305EC6;
}
.BgClassName
{
background-color: #305EC6;
}
</style>
border-color css
<style>
span { border-color: #305EC6; }
span { border-color: rgb(48,94,198); }
td.TdClassName
{
border-color: #305EC6;
}
.TagClassName
{
border-color: #305EC6;
}
</style>