Shades of Cerulean Blue #304AAA
Tints of Cerulean Blue #304AAA
RGB
CMYK
RGB Variations
Color information
#304AAA (or 0x304AAA) is known color: Cerulean Blue. HEX triplet: 30, 4A and AA. RGB value is (48,74,170). Sum of RGB (Red+Green+Blue) = 48+74+170=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #304AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304AAA is #CFB555. Grayscale: #4C4C4C. Windows color (decimal): -13612374 or 11160112. OLE color: 11160112.
HSL color Cylindrical-coordinate representation of color #304AAA: hue angle of 227.21º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #304AAA is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 74 | 170 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.33 |
| HSL | 227.21º | 0.56% | 0.43% | - |
| HSV(B) | 227.21º | 0.72% | 0.67% | - |
| XYZ | 10.92 | 8.43 | 39.08 | - |
| YUV | 77.17 | 180.39 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 170 | 0.72 | 0.56 | 0 | 0.33 | 227.21 | 0.56 | 0.43 |
| Hex | 30 | 4A | AA | 48 | 38 | 0 | 21 | E3 | 38 | 2B |
| Octal | 60 | 112 | 252 | 110 | 70 | 0 | 41 | 343 | 70 | 53 |
| Binary | 110000 | 1001010 | 10101010 | 1001000 | 111000 | 0 | 100001 | 11100011 | 111000 | 101011 |
Color Harmonies of #304AAA
Complementary color
Monochromatic Colors of #304AAA
Black with #304AAA
Text Example
Text Example
White with #304AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304AAA; }
p { color: rgb(48,74,170); }
H1.HeaderClassName
{
color: #304AAA;
}
.AnyTagClassName
{
color: #304AAA;
}
</style>
background-color css
<style>
a { background-color: #304AAA; }
a { background-color: rgb(48,74,170); }
div.DivClassName
{
background-color: #304AAA;
}
.BgClassName
{
background-color: #304AAA;
}
</style>
border-color css
<style>
span { border-color: #304AAA; }
span { border-color: rgb(48,74,170); }
td.TdClassName
{
border-color: #304AAA;
}
.TagClassName
{
border-color: #304AAA;
}
</style>