Shades of Cerulean Blue #3044CC
Tints of Cerulean Blue #3044CC
RGB
CMYK
RGB Variations
Color information
#3044CC (or 0x3044CC) is known color: Cerulean Blue. HEX triplet: 30, 44 and CC. RGB value is (48,68,204). Sum of RGB (Red+Green+Blue) = 48+68+204=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #3044CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3044CC is #CFBB33. Grayscale: #4C4C4C. Windows color (decimal): -13613876 or 13386800. OLE color: 13386800.
HSL color Cylindrical-coordinate representation of color #3044CC: hue angle of 232.31º 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 #3044CC is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 68 | 204 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.2 |
| HSL | 232.31º | 0.62% | 0.49% | - |
| HSV(B) | 232.31º | 0.76% | 0.8% | - |
| XYZ | 14.19 | 9.12 | 58.14 | - |
| YUV | 77.52 | 199.37 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 204 | 0.76 | 0.67 | 0 | 0.2 | 232.31 | 0.62 | 0.49 |
| Hex | 30 | 44 | CC | 4C | 43 | 0 | 14 | E8 | 3E | 31 |
| Octal | 60 | 104 | 314 | 114 | 103 | 0 | 24 | 350 | 76 | 61 |
| Binary | 110000 | 1000100 | 11001100 | 1001100 | 1000011 | 0 | 10100 | 11101000 | 111110 | 110001 |
Color Harmonies of #3044CC
Complementary color
Monochromatic Colors of #3044CC
Black with #3044CC
Text Example
Text Example
White with #3044CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3044CC; }
p { color: rgb(48,68,204); }
H1.HeaderClassName
{
color: #3044CC;
}
.AnyTagClassName
{
color: #3044CC;
}
</style>
background-color css
<style>
a { background-color: #3044CC; }
a { background-color: rgb(48,68,204); }
div.DivClassName
{
background-color: #3044CC;
}
.BgClassName
{
background-color: #3044CC;
}
</style>
border-color css
<style>
span { border-color: #3044CC; }
span { border-color: rgb(48,68,204); }
td.TdClassName
{
border-color: #3044CC;
}
.TagClassName
{
border-color: #3044CC;
}
</style>