Shades of Cerulean Blue #3043CC
Tints of Cerulean Blue #3043CC
RGB
CMYK
RGB Variations
Color information
#3043CC (or 0x3043CC) is known color: Cerulean Blue. HEX triplet: 30, 43 and CC. RGB value is (48,67,204). Sum of RGB (Red+Green+Blue) = 48+67+204=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #3043CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3043CC is #CFBC33. Grayscale: #4C4C4C. Windows color (decimal): -13614132 or 13386544. OLE color: 13386544.
HSL color Cylindrical-coordinate representation of color #3043CC: hue angle of 232.69º 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 #3043CC is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 67 | 204 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.2 |
| HSL | 232.69º | 0.62% | 0.49% | - |
| HSV(B) | 232.69º | 0.76% | 0.8% | - |
| XYZ | 14.13 | 9 | 58.12 | - |
| YUV | 76.94 | 199.71 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 204 | 0.76 | 0.67 | 0 | 0.2 | 232.69 | 0.62 | 0.49 |
| Hex | 30 | 43 | CC | 4C | 43 | 0 | 14 | E9 | 3E | 31 |
| Octal | 60 | 103 | 314 | 114 | 103 | 0 | 24 | 351 | 76 | 61 |
| Binary | 110000 | 1000011 | 11001100 | 1001100 | 1000011 | 0 | 10100 | 11101001 | 111110 | 110001 |
Color Harmonies of #3043CC
Complementary color
Monochromatic Colors of #3043CC
Black with #3043CC
Text Example
Text Example
White with #3043CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3043CC; }
p { color: rgb(48,67,204); }
H1.HeaderClassName
{
color: #3043CC;
}
.AnyTagClassName
{
color: #3043CC;
}
</style>
background-color css
<style>
a { background-color: #3043CC; }
a { background-color: rgb(48,67,204); }
div.DivClassName
{
background-color: #3043CC;
}
.BgClassName
{
background-color: #3043CC;
}
</style>
border-color css
<style>
span { border-color: #3043CC; }
span { border-color: rgb(48,67,204); }
td.TdClassName
{
border-color: #3043CC;
}
.TagClassName
{
border-color: #3043CC;
}
</style>