Shades of Cerulean Blue #305AD2
Tints of Cerulean Blue #305AD2
RGB
CMYK
RGB Variations
Color information
#305AD2 (or 0x305AD2) is known color: Cerulean Blue. HEX triplet: 30, 5A and D2. RGB value is (48,90,210). Sum of RGB (Red+Green+Blue) = 48+90+210=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 210 (82.42% from 255 or 60.34% from 348); Max value from RGB is 210 - color contains mainly: blue. Hex color #305AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305AD2 is #CFA52D. Grayscale: #5A5A5A. Windows color (decimal): -13608238 or 13785648. OLE color: 13785648.
HSL color Cylindrical-coordinate representation of color #305AD2: hue angle of 224.44º 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 #305AD2 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 90 | 210 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.18 |
| HSL | 224.44º | 0.64% | 0.51% | - |
| HSV(B) | 224.44º | 0.77% | 0.82% | - |
| XYZ | 16.51 | 12.59 | 62.53 | - |
| YUV | 91.12 | 195.09 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 210 | 0.77 | 0.57 | 0 | 0.18 | 224.44 | 0.64 | 0.51 |
| Hex | 30 | 5A | D2 | 4D | 39 | 0 | 12 | E0 | 40 | 33 |
| Octal | 60 | 132 | 322 | 115 | 71 | 0 | 22 | 340 | 100 | 63 |
| Binary | 110000 | 1011010 | 11010010 | 1001101 | 111001 | 0 | 10010 | 11100000 | 1000000 | 110011 |
Color Harmonies of #305AD2
Complementary color
Monochromatic Colors of #305AD2
Black with #305AD2
Text Example
Text Example
White with #305AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305AD2; }
p { color: rgb(48,90,210); }
H1.HeaderClassName
{
color: #305AD2;
}
.AnyTagClassName
{
color: #305AD2;
}
</style>
background-color css
<style>
a { background-color: #305AD2; }
a { background-color: rgb(48,90,210); }
div.DivClassName
{
background-color: #305AD2;
}
.BgClassName
{
background-color: #305AD2;
}
</style>
border-color css
<style>
span { border-color: #305AD2; }
span { border-color: rgb(48,90,210); }
td.TdClassName
{
border-color: #305AD2;
}
.TagClassName
{
border-color: #305AD2;
}
</style>