Shades of Cerulean Blue #3541BE
Tints of Cerulean Blue #3541BE
RGB
CMYK
RGB Variations
Color information
#3541BE (or 0x3541BE) is known color: Cerulean Blue. HEX triplet: 35, 41 and BE. RGB value is (53,65,190). Sum of RGB (Red+Green+Blue) = 53+65+190=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #3541BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541BE is #CABE41. Grayscale: #4B4B4B. Windows color (decimal): -13286978 or 12468533. OLE color: 12468533.
HSL color Cylindrical-coordinate representation of color #3541BE: hue angle of 234.74º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3541BE is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 65 | 190 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.25 |
| HSL | 234.74º | 0.56% | 0.48% | - |
| HSV(B) | 234.74º | 0.72% | 0.75% | - |
| XYZ | 12.65 | 8.26 | 49.64 | - |
| YUV | 75.66 | 192.52 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 190 | 0.72 | 0.66 | 0 | 0.25 | 234.74 | 0.56 | 0.48 |
| Hex | 35 | 41 | BE | 48 | 42 | 0 | 19 | EB | 38 | 30 |
| Octal | 65 | 101 | 276 | 110 | 102 | 0 | 31 | 353 | 70 | 60 |
| Binary | 110101 | 1000001 | 10111110 | 1001000 | 1000010 | 0 | 11001 | 11101011 | 111000 | 110000 |
Color Harmonies of #3541BE
Complementary color
Monochromatic Colors of #3541BE
Black with #3541BE
Text Example
Text Example
White with #3541BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3541BE; }
p { color: rgb(53,65,190); }
H1.HeaderClassName
{
color: #3541BE;
}
.AnyTagClassName
{
color: #3541BE;
}
</style>
background-color css
<style>
a { background-color: #3541BE; }
a { background-color: rgb(53,65,190); }
div.DivClassName
{
background-color: #3541BE;
}
.BgClassName
{
background-color: #3541BE;
}
</style>
border-color css
<style>
span { border-color: #3541BE; }
span { border-color: rgb(53,65,190); }
td.TdClassName
{
border-color: #3541BE;
}
.TagClassName
{
border-color: #3541BE;
}
</style>