Shades of Cerulean Blue #305FBA
Tints of Cerulean Blue #305FBA
RGB
CMYK
RGB Variations
Color information
#305FBA (or 0x305FBA) is known color: Cerulean Blue. HEX triplet: 30, 5F and BA. RGB value is (48,95,186). Sum of RGB (Red+Green+Blue) = 48+95+186=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #305FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305FBA is #CFA045. Grayscale: #5A5A5A. Windows color (decimal): -13606982 or 12214064. OLE color: 12214064.
HSL color Cylindrical-coordinate representation of color #305FBA: hue angle of 219.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #305FBA is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 95 | 186 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.27 |
| HSL | 219.57º | 0.59% | 0.46% | - |
| HSV(B) | 219.57º | 0.74% | 0.73% | - |
| XYZ | 14.17 | 12.36 | 48.09 | - |
| YUV | 91.32 | 181.43 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 186 | 0.74 | 0.49 | 0 | 0.27 | 219.57 | 0.59 | 0.46 |
| Hex | 30 | 5F | BA | 4A | 31 | 0 | 1B | DC | 3B | 2E |
| Octal | 60 | 137 | 272 | 112 | 61 | 0 | 33 | 334 | 73 | 56 |
| Binary | 110000 | 1011111 | 10111010 | 1001010 | 110001 | 0 | 11011 | 11011100 | 111011 | 101110 |
Color Harmonies of #305FBA
Complementary color
Monochromatic Colors of #305FBA
Black with #305FBA
Text Example
Text Example
White with #305FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305FBA; }
p { color: rgb(48,95,186); }
H1.HeaderClassName
{
color: #305FBA;
}
.AnyTagClassName
{
color: #305FBA;
}
</style>
background-color css
<style>
a { background-color: #305FBA; }
a { background-color: rgb(48,95,186); }
div.DivClassName
{
background-color: #305FBA;
}
.BgClassName
{
background-color: #305FBA;
}
</style>
border-color css
<style>
span { border-color: #305FBA; }
span { border-color: rgb(48,95,186); }
td.TdClassName
{
border-color: #305FBA;
}
.TagClassName
{
border-color: #305FBA;
}
</style>