Shades of Cerulean Blue #3040CA
Tints of Cerulean Blue #3040CA
RGB
CMYK
RGB Variations
Color information
#3040CA (or 0x3040CA) is known color: Cerulean Blue. HEX triplet: 30, 40 and CA. RGB value is (48,64,202). Sum of RGB (Red+Green+Blue) = 48+64+202=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #3040CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3040CA is #CFBF35. Grayscale: #4A4A4A. Windows color (decimal): -13614902 or 13254704. OLE color: 13254704.
HSL color Cylindrical-coordinate representation of color #3040CA: hue angle of 233.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3040CA is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 64 | 202 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.21 |
| HSL | 233.77º | 0.62% | 0.49% | - |
| HSV(B) | 233.77º | 0.76% | 0.79% | - |
| XYZ | 13.71 | 8.56 | 56.81 | - |
| YUV | 74.95 | 199.7 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 202 | 0.76 | 0.68 | 0 | 0.21 | 233.77 | 0.62 | 0.49 |
| Hex | 30 | 40 | CA | 4C | 44 | 0 | 15 | EA | 3E | 31 |
| Octal | 60 | 100 | 312 | 114 | 104 | 0 | 25 | 352 | 76 | 61 |
| Binary | 110000 | 1000000 | 11001010 | 1001100 | 1000100 | 0 | 10101 | 11101010 | 111110 | 110001 |
Color Harmonies of #3040CA
Complementary color
Monochromatic Colors of #3040CA
Black with #3040CA
Text Example
Text Example
White with #3040CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3040CA; }
p { color: rgb(48,64,202); }
H1.HeaderClassName
{
color: #3040CA;
}
.AnyTagClassName
{
color: #3040CA;
}
</style>
background-color css
<style>
a { background-color: #3040CA; }
a { background-color: rgb(48,64,202); }
div.DivClassName
{
background-color: #3040CA;
}
.BgClassName
{
background-color: #3040CA;
}
</style>
border-color css
<style>
span { border-color: #3040CA; }
span { border-color: rgb(48,64,202); }
td.TdClassName
{
border-color: #3040CA;
}
.TagClassName
{
border-color: #3040CA;
}
</style>