Shades of Cerulean Blue #3045CA
Tints of Cerulean Blue #3045CA
RGB
CMYK
RGB Variations
Color information
#3045CA (or 0x3045CA) is known color: Cerulean Blue. HEX triplet: 30, 45 and CA. RGB value is (48,69,202). Sum of RGB (Red+Green+Blue) = 48+69+202=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #3045CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3045CA is #CFBA35. Grayscale: #4D4D4D. Windows color (decimal): -13613622 or 13255984. OLE color: 13255984.
HSL color Cylindrical-coordinate representation of color #3045CA: hue angle of 231.82º 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 #3045CA is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 69 | 202 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.21 |
| HSL | 231.82º | 0.62% | 0.49% | - |
| HSV(B) | 231.82º | 0.76% | 0.79% | - |
| XYZ | 14.01 | 9.15 | 56.9 | - |
| YUV | 77.88 | 198.04 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 202 | 0.76 | 0.66 | 0 | 0.21 | 231.82 | 0.62 | 0.49 |
| Hex | 30 | 45 | CA | 4C | 42 | 0 | 15 | E8 | 3E | 31 |
| Octal | 60 | 105 | 312 | 114 | 102 | 0 | 25 | 350 | 76 | 61 |
| Binary | 110000 | 1000101 | 11001010 | 1001100 | 1000010 | 0 | 10101 | 11101000 | 111110 | 110001 |
Color Harmonies of #3045CA
Complementary color
Monochromatic Colors of #3045CA
Black with #3045CA
Text Example
Text Example
White with #3045CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3045CA; }
p { color: rgb(48,69,202); }
H1.HeaderClassName
{
color: #3045CA;
}
.AnyTagClassName
{
color: #3045CA;
}
</style>
background-color css
<style>
a { background-color: #3045CA; }
a { background-color: rgb(48,69,202); }
div.DivClassName
{
background-color: #3045CA;
}
.BgClassName
{
background-color: #3045CA;
}
</style>
border-color css
<style>
span { border-color: #3045CA; }
span { border-color: rgb(48,69,202); }
td.TdClassName
{
border-color: #3045CA;
}
.TagClassName
{
border-color: #3045CA;
}
</style>