Shades of Cerulean Blue #305DCE
Tints of Cerulean Blue #305DCE
RGB
CMYK
RGB Variations
Color information
#305DCE (or 0x305DCE) is known color: Cerulean Blue. HEX triplet: 30, 5D and CE. RGB value is (48,93,206). Sum of RGB (Red+Green+Blue) = 48+93+206=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #305DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DCE is #CFA231. Grayscale: #5B5B5B. Windows color (decimal): -13607474 or 13524272. OLE color: 13524272.
HSL color Cylindrical-coordinate representation of color #305DCE: hue angle of 222.91º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305DCE is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 93 | 206 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.19 |
| HSL | 222.91º | 0.62% | 0.5% | - |
| HSV(B) | 222.91º | 0.77% | 0.81% | - |
| XYZ | 16.27 | 12.91 | 60.03 | - |
| YUV | 92.43 | 192.09 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 206 | 0.77 | 0.55 | 0 | 0.19 | 222.91 | 0.62 | 0.5 |
| Hex | 30 | 5D | CE | 4D | 37 | 0 | 13 | DF | 3E | 32 |
| Octal | 60 | 135 | 316 | 115 | 67 | 0 | 23 | 337 | 76 | 62 |
| Binary | 110000 | 1011101 | 11001110 | 1001101 | 110111 | 0 | 10011 | 11011111 | 111110 | 110010 |
Color Harmonies of #305DCE
Complementary color
Monochromatic Colors of #305DCE
Black with #305DCE
Text Example
Text Example
White with #305DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DCE; }
p { color: rgb(48,93,206); }
H1.HeaderClassName
{
color: #305DCE;
}
.AnyTagClassName
{
color: #305DCE;
}
</style>
background-color css
<style>
a { background-color: #305DCE; }
a { background-color: rgb(48,93,206); }
div.DivClassName
{
background-color: #305DCE;
}
.BgClassName
{
background-color: #305DCE;
}
</style>
border-color css
<style>
span { border-color: #305DCE; }
span { border-color: rgb(48,93,206); }
td.TdClassName
{
border-color: #305DCE;
}
.TagClassName
{
border-color: #305DCE;
}
</style>