Shades of Cerulean Blue #305AB5
Tints of Cerulean Blue #305AB5
RGB
CMYK
RGB Variations
Color information
#305AB5 (or 0x305AB5) is known color: Cerulean Blue. HEX triplet: 30, 5A and B5. RGB value is (48,90,181). Sum of RGB (Red+Green+Blue) = 48+90+181=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 181 (71.09% from 255 or 56.74% from 319); Max value from RGB is 181 - color contains mainly: blue. Hex color #305AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305AB5 is #CFA54A. Grayscale: #575757. Windows color (decimal): -13608267 or 11885104. OLE color: 11885104.
HSL color Cylindrical-coordinate representation of color #305AB5: hue angle of 221.05º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #305AB5 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 90 | 181 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.29 |
| HSL | 221.05º | 0.58% | 0.45% | - |
| HSV(B) | 221.05º | 0.73% | 0.71% | - |
| XYZ | 13.22 | 11.28 | 45.2 | - |
| YUV | 87.82 | 180.59 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 181 | 0.73 | 0.50 | 0 | 0.29 | 221.05 | 0.58 | 0.45 |
| Hex | 30 | 5A | B5 | 49 | 32 | 0 | 1D | DD | 3A | 2D |
| Octal | 60 | 132 | 265 | 111 | 62 | 0 | 35 | 335 | 72 | 55 |
| Binary | 110000 | 1011010 | 10110101 | 1001001 | 110010 | 0 | 11101 | 11011101 | 111010 | 101101 |
Color Harmonies of #305AB5
Complementary color
Monochromatic Colors of #305AB5
Black with #305AB5
Text Example
Text Example
White with #305AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305AB5; }
p { color: rgb(48,90,181); }
H1.HeaderClassName
{
color: #305AB5;
}
.AnyTagClassName
{
color: #305AB5;
}
</style>
background-color css
<style>
a { background-color: #305AB5; }
a { background-color: rgb(48,90,181); }
div.DivClassName
{
background-color: #305AB5;
}
.BgClassName
{
background-color: #305AB5;
}
</style>
border-color css
<style>
span { border-color: #305AB5; }
span { border-color: rgb(48,90,181); }
td.TdClassName
{
border-color: #305AB5;
}
.TagClassName
{
border-color: #305AB5;
}
</style>