Shades of Cerulean Blue #3041CA
Tints of Cerulean Blue #3041CA
RGB
CMYK
RGB Variations
Color information
#3041CA (or 0x3041CA) is known color: Cerulean Blue. HEX triplet: 30, 41 and CA. RGB value is (48,65,202). Sum of RGB (Red+Green+Blue) = 48+65+202=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #3041CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3041CA is #CFBE35. Grayscale: #4A4A4A. Windows color (decimal): -13614646 or 13254960. OLE color: 13254960.
HSL color Cylindrical-coordinate representation of color #3041CA: hue angle of 233.38º 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 #3041CA is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 65 | 202 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.21 |
| HSL | 233.38º | 0.62% | 0.49% | - |
| HSV(B) | 233.38º | 0.76% | 0.79% | - |
| XYZ | 13.77 | 8.67 | 56.83 | - |
| YUV | 75.54 | 199.37 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 202 | 0.76 | 0.68 | 0 | 0.21 | 233.38 | 0.62 | 0.49 |
| Hex | 30 | 41 | CA | 4C | 44 | 0 | 15 | E9 | 3E | 31 |
| Octal | 60 | 101 | 312 | 114 | 104 | 0 | 25 | 351 | 76 | 61 |
| Binary | 110000 | 1000001 | 11001010 | 1001100 | 1000100 | 0 | 10101 | 11101001 | 111110 | 110001 |
Color Harmonies of #3041CA
Complementary color
Monochromatic Colors of #3041CA
Black with #3041CA
Text Example
Text Example
White with #3041CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3041CA; }
p { color: rgb(48,65,202); }
H1.HeaderClassName
{
color: #3041CA;
}
.AnyTagClassName
{
color: #3041CA;
}
</style>
background-color css
<style>
a { background-color: #3041CA; }
a { background-color: rgb(48,65,202); }
div.DivClassName
{
background-color: #3041CA;
}
.BgClassName
{
background-color: #3041CA;
}
</style>
border-color css
<style>
span { border-color: #3041CA; }
span { border-color: rgb(48,65,202); }
td.TdClassName
{
border-color: #3041CA;
}
.TagClassName
{
border-color: #3041CA;
}
</style>