Shades of Cerulean Blue #305CAE
Tints of Cerulean Blue #305CAE
RGB
CMYK
RGB Variations
Color information
#305CAE (or 0x305CAE) is known color: Cerulean Blue. HEX triplet: 30, 5C and AE. RGB value is (48,92,174). Sum of RGB (Red+Green+Blue) = 48+92+174=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #305CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305CAE is #CFA351. Grayscale: #575757. Windows color (decimal): -13607762 or 11426864. OLE color: 11426864.
HSL color Cylindrical-coordinate representation of color #305CAE: hue angle of 219.05º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #305CAE is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 92 | 174 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.32 |
| HSL | 219.05º | 0.57% | 0.44% | - |
| HSV(B) | 219.05º | 0.72% | 0.68% | - |
| XYZ | 12.69 | 11.34 | 41.56 | - |
| YUV | 88.19 | 176.42 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 174 | 0.72 | 0.47 | 0 | 0.32 | 219.05 | 0.57 | 0.44 |
| Hex | 30 | 5C | AE | 48 | 2F | 0 | 20 | DB | 39 | 2C |
| Octal | 60 | 134 | 256 | 110 | 57 | 0 | 40 | 333 | 71 | 54 |
| Binary | 110000 | 1011100 | 10101110 | 1001000 | 101111 | 0 | 100000 | 11011011 | 111001 | 101100 |
Color Harmonies of #305CAE
Complementary color
Monochromatic Colors of #305CAE
Black with #305CAE
Text Example
Text Example
White with #305CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305CAE; }
p { color: rgb(48,92,174); }
H1.HeaderClassName
{
color: #305CAE;
}
.AnyTagClassName
{
color: #305CAE;
}
</style>
background-color css
<style>
a { background-color: #305CAE; }
a { background-color: rgb(48,92,174); }
div.DivClassName
{
background-color: #305CAE;
}
.BgClassName
{
background-color: #305CAE;
}
</style>
border-color css
<style>
span { border-color: #305CAE; }
span { border-color: rgb(48,92,174); }
td.TdClassName
{
border-color: #305CAE;
}
.TagClassName
{
border-color: #305CAE;
}
</style>