Shades of Cerulean Blue #305BBD
Tints of Cerulean Blue #305BBD
RGB
CMYK
RGB Variations
Color information
#305BBD (or 0x305BBD) is known color: Cerulean Blue. HEX triplet: 30, 5B and BD. RGB value is (48,91,189). Sum of RGB (Red+Green+Blue) = 48+91+189=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #305BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305BBD is #CFA442. Grayscale: #585858. Windows color (decimal): -13608003 or 12409648. OLE color: 12409648.
HSL color Cylindrical-coordinate representation of color #305BBD: hue angle of 221.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #305BBD is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 91 | 189 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.26 |
| HSL | 221.7º | 0.59% | 0.46% | - |
| HSV(B) | 221.7º | 0.75% | 0.74% | - |
| XYZ | 14.15 | 11.78 | 49.67 | - |
| YUV | 89.32 | 184.25 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 189 | 0.75 | 0.52 | 0 | 0.26 | 221.7 | 0.59 | 0.46 |
| Hex | 30 | 5B | BD | 4B | 34 | 0 | 1A | DE | 3B | 2E |
| Octal | 60 | 133 | 275 | 113 | 64 | 0 | 32 | 336 | 73 | 56 |
| Binary | 110000 | 1011011 | 10111101 | 1001011 | 110100 | 0 | 11010 | 11011110 | 111011 | 101110 |
Color Harmonies of #305BBD
Complementary color
Monochromatic Colors of #305BBD
Black with #305BBD
Text Example
Text Example
White with #305BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BBD; }
p { color: rgb(48,91,189); }
H1.HeaderClassName
{
color: #305BBD;
}
.AnyTagClassName
{
color: #305BBD;
}
</style>
background-color css
<style>
a { background-color: #305BBD; }
a { background-color: rgb(48,91,189); }
div.DivClassName
{
background-color: #305BBD;
}
.BgClassName
{
background-color: #305BBD;
}
</style>
border-color css
<style>
span { border-color: #305BBD; }
span { border-color: rgb(48,91,189); }
td.TdClassName
{
border-color: #305BBD;
}
.TagClassName
{
border-color: #305BBD;
}
</style>