Shades of Cerulean Blue #305CAF
Tints of Cerulean Blue #305CAF
RGB
CMYK
RGB Variations
Color information
#305CAF (or 0x305CAF) is known color: Cerulean Blue. HEX triplet: 30, 5C and AF. RGB value is (48,92,175). Sum of RGB (Red+Green+Blue) = 48+92+175=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #305CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305CAF is #CFA350. Grayscale: #575757. Windows color (decimal): -13607761 or 11492400. OLE color: 11492400.
HSL color Cylindrical-coordinate representation of color #305CAF: hue angle of 219.21º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #305CAF is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 92 | 175 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.31 |
| HSL | 219.21º | 0.57% | 0.44% | - |
| HSV(B) | 219.21º | 0.73% | 0.69% | - |
| XYZ | 12.78 | 11.38 | 42.08 | - |
| YUV | 88.31 | 176.92 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 175 | 0.73 | 0.47 | 0 | 0.31 | 219.21 | 0.57 | 0.44 |
| Hex | 30 | 5C | AF | 49 | 2F | 0 | 1F | DB | 39 | 2C |
| Octal | 60 | 134 | 257 | 111 | 57 | 0 | 37 | 333 | 71 | 54 |
| Binary | 110000 | 1011100 | 10101111 | 1001001 | 101111 | 0 | 11111 | 11011011 | 111001 | 101100 |
Color Harmonies of #305CAF
Complementary color
Monochromatic Colors of #305CAF
Black with #305CAF
Text Example
Text Example
White with #305CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305CAF; }
p { color: rgb(48,92,175); }
H1.HeaderClassName
{
color: #305CAF;
}
.AnyTagClassName
{
color: #305CAF;
}
</style>
background-color css
<style>
a { background-color: #305CAF; }
a { background-color: rgb(48,92,175); }
div.DivClassName
{
background-color: #305CAF;
}
.BgClassName
{
background-color: #305CAF;
}
</style>
border-color css
<style>
span { border-color: #305CAF; }
span { border-color: rgb(48,92,175); }
td.TdClassName
{
border-color: #305CAF;
}
.TagClassName
{
border-color: #305CAF;
}
</style>