Shades of Cerulean Blue #305CAC
Tints of Cerulean Blue #305CAC
RGB
CMYK
RGB Variations
Color information
#305CAC (or 0x305CAC) is known color: Cerulean Blue. HEX triplet: 30, 5C and AC. RGB value is (48,92,172). Sum of RGB (Red+Green+Blue) = 48+92+172=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #305CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305CAC is #CFA353. Grayscale: #575757. Windows color (decimal): -13607764 or 11295792. OLE color: 11295792.
HSL color Cylindrical-coordinate representation of color #305CAC: hue angle of 218.71º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #305CAC is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 92 | 172 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.33 |
| HSL | 218.71º | 0.56% | 0.43% | - |
| HSV(B) | 218.71º | 0.72% | 0.67% | - |
| XYZ | 12.49 | 11.26 | 40.54 | - |
| YUV | 87.96 | 175.42 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 172 | 0.72 | 0.47 | 0 | 0.33 | 218.71 | 0.56 | 0.43 |
| Hex | 30 | 5C | AC | 48 | 2F | 0 | 21 | DB | 38 | 2B |
| Octal | 60 | 134 | 254 | 110 | 57 | 0 | 41 | 333 | 70 | 53 |
| Binary | 110000 | 1011100 | 10101100 | 1001000 | 101111 | 0 | 100001 | 11011011 | 111000 | 101011 |
Color Harmonies of #305CAC
Complementary color
Monochromatic Colors of #305CAC
Black with #305CAC
Text Example
Text Example
White with #305CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305CAC; }
p { color: rgb(48,92,172); }
H1.HeaderClassName
{
color: #305CAC;
}
.AnyTagClassName
{
color: #305CAC;
}
</style>
background-color css
<style>
a { background-color: #305CAC; }
a { background-color: rgb(48,92,172); }
div.DivClassName
{
background-color: #305CAC;
}
.BgClassName
{
background-color: #305CAC;
}
</style>
border-color css
<style>
span { border-color: #305CAC; }
span { border-color: rgb(48,92,172); }
td.TdClassName
{
border-color: #305CAC;
}
.TagClassName
{
border-color: #305CAC;
}
</style>