Shades of Cerulean Blue #305BD2
Tints of Cerulean Blue #305BD2
RGB
CMYK
RGB Variations
Color information
#305BD2 (or 0x305BD2) is known color: Cerulean Blue. HEX triplet: 30, 5B and D2. RGB value is (48,91,210). Sum of RGB (Red+Green+Blue) = 48+91+210=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 210 (82.42% from 255 or 60.17% from 349); Max value from RGB is 210 - color contains mainly: blue. Hex color #305BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305BD2 is #CFA42D. Grayscale: #5B5B5B. Windows color (decimal): -13607982 or 13785904. OLE color: 13785904.
HSL color Cylindrical-coordinate representation of color #305BD2: hue angle of 224.07º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305BD2 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 91 | 210 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.18 |
| HSL | 224.07º | 0.64% | 0.51% | - |
| HSV(B) | 224.07º | 0.77% | 0.82% | - |
| XYZ | 16.59 | 12.76 | 62.56 | - |
| YUV | 91.71 | 194.75 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 210 | 0.77 | 0.57 | 0 | 0.18 | 224.07 | 0.64 | 0.51 |
| Hex | 30 | 5B | D2 | 4D | 39 | 0 | 12 | E0 | 40 | 33 |
| Octal | 60 | 133 | 322 | 115 | 71 | 0 | 22 | 340 | 100 | 63 |
| Binary | 110000 | 1011011 | 11010010 | 1001101 | 111001 | 0 | 10010 | 11100000 | 1000000 | 110011 |
Color Harmonies of #305BD2
Complementary color
Monochromatic Colors of #305BD2
Black with #305BD2
Text Example
Text Example
White with #305BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BD2; }
p { color: rgb(48,91,210); }
H1.HeaderClassName
{
color: #305BD2;
}
.AnyTagClassName
{
color: #305BD2;
}
</style>
background-color css
<style>
a { background-color: #305BD2; }
a { background-color: rgb(48,91,210); }
div.DivClassName
{
background-color: #305BD2;
}
.BgClassName
{
background-color: #305BD2;
}
</style>
border-color css
<style>
span { border-color: #305BD2; }
span { border-color: rgb(48,91,210); }
td.TdClassName
{
border-color: #305BD2;
}
.TagClassName
{
border-color: #305BD2;
}
</style>