Shades of Cerulean Blue #305ACB
Tints of Cerulean Blue #305ACB
RGB
CMYK
RGB Variations
Color information
#305ACB (or 0x305ACB) is known color: Cerulean Blue. HEX triplet: 30, 5A and CB. RGB value is (48,90,203). Sum of RGB (Red+Green+Blue) = 48+90+203=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #305ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ACB is #CFA534. Grayscale: #595959. Windows color (decimal): -13608245 or 13326896. OLE color: 13326896.
HSL color Cylindrical-coordinate representation of color #305ACB: hue angle of 223.74º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #305ACB is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 90 | 203 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.20 |
| HSL | 223.74º | 0.62% | 0.49% | - |
| HSV(B) | 223.74º | 0.76% | 0.8% | - |
| XYZ | 15.65 | 12.25 | 58.04 | - |
| YUV | 90.32 | 191.59 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 203 | 0.76 | 0.56 | 0 | 0.20 | 223.74 | 0.62 | 0.49 |
| Hex | 30 | 5A | CB | 4C | 38 | 0 | 14 | E0 | 3E | 31 |
| Octal | 60 | 132 | 313 | 114 | 70 | 0 | 24 | 340 | 76 | 61 |
| Binary | 110000 | 1011010 | 11001011 | 1001100 | 111000 | 0 | 10100 | 11100000 | 111110 | 110001 |
Color Harmonies of #305ACB
Complementary color
Monochromatic Colors of #305ACB
Black with #305ACB
Text Example
Text Example
White with #305ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305ACB; }
p { color: rgb(48,90,203); }
H1.HeaderClassName
{
color: #305ACB;
}
.AnyTagClassName
{
color: #305ACB;
}
</style>
background-color css
<style>
a { background-color: #305ACB; }
a { background-color: rgb(48,90,203); }
div.DivClassName
{
background-color: #305ACB;
}
.BgClassName
{
background-color: #305ACB;
}
</style>
border-color css
<style>
span { border-color: #305ACB; }
span { border-color: rgb(48,90,203); }
td.TdClassName
{
border-color: #305ACB;
}
.TagClassName
{
border-color: #305ACB;
}
</style>