Shades of Cerulean Blue #305CCE
Tints of Cerulean Blue #305CCE
RGB
CMYK
RGB Variations
Color information
#305CCE (or 0x305CCE) is known color: Cerulean Blue. HEX triplet: 30, 5C and CE. RGB value is (48,92,206). Sum of RGB (Red+Green+Blue) = 48+92+206=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #305CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305CCE is #CFA331. Grayscale: #5B5B5B. Windows color (decimal): -13607730 or 13524016. OLE color: 13524016.
HSL color Cylindrical-coordinate representation of color #305CCE: hue angle of 223.29º 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 #305CCE is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 92 | 206 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.19 |
| HSL | 223.29º | 0.62% | 0.5% | - |
| HSV(B) | 223.29º | 0.77% | 0.81% | - |
| XYZ | 16.19 | 12.74 | 60 | - |
| YUV | 91.84 | 192.42 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 206 | 0.77 | 0.55 | 0 | 0.19 | 223.29 | 0.62 | 0.5 |
| Hex | 30 | 5C | CE | 4D | 37 | 0 | 13 | DF | 3E | 32 |
| Octal | 60 | 134 | 316 | 115 | 67 | 0 | 23 | 337 | 76 | 62 |
| Binary | 110000 | 1011100 | 11001110 | 1001101 | 110111 | 0 | 10011 | 11011111 | 111110 | 110010 |
Color Harmonies of #305CCE
Complementary color
Monochromatic Colors of #305CCE
Black with #305CCE
Text Example
Text Example
White with #305CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305CCE; }
p { color: rgb(48,92,206); }
H1.HeaderClassName
{
color: #305CCE;
}
.AnyTagClassName
{
color: #305CCE;
}
</style>
background-color css
<style>
a { background-color: #305CCE; }
a { background-color: rgb(48,92,206); }
div.DivClassName
{
background-color: #305CCE;
}
.BgClassName
{
background-color: #305CCE;
}
</style>
border-color css
<style>
span { border-color: #305CCE; }
span { border-color: rgb(48,92,206); }
td.TdClassName
{
border-color: #305CCE;
}
.TagClassName
{
border-color: #305CCE;
}
</style>