Shades of Cerulean Blue #3645B3
Tints of Cerulean Blue #3645B3
RGB
CMYK
RGB Variations
Color information
#3645B3 (or 0x3645B3) is known color: Cerulean Blue. HEX triplet: 36, 45 and B3. RGB value is (54,69,179). Sum of RGB (Red+Green+Blue) = 54+69+179=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 179 (70.31% from 255 or 59.27% from 302); Max value from RGB is 179 - color contains mainly: blue. Hex color #3645B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3645B3 is #C9BA4C. Grayscale: #4C4C4C. Windows color (decimal): -13220429 or 11748662. OLE color: 11748662.
HSL color Cylindrical-coordinate representation of color #3645B3: hue angle of 232.8º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3645B3 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 69 | 179 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.30 |
| HSL | 232.8º | 0.54% | 0.46% | - |
| HSV(B) | 232.8º | 0.7% | 0.7% | - |
| XYZ | 11.79 | 8.3 | 43.63 | - |
| YUV | 77.06 | 185.53 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 69 | 179 | 0.70 | 0.61 | 0 | 0.30 | 232.8 | 0.54 | 0.46 |
| Hex | 36 | 45 | B3 | 46 | 3D | 0 | 1E | E9 | 36 | 2E |
| Octal | 66 | 105 | 263 | 106 | 75 | 0 | 36 | 351 | 66 | 56 |
| Binary | 110110 | 1000101 | 10110011 | 1000110 | 111101 | 0 | 11110 | 11101001 | 110110 | 101110 |
Color Harmonies of #3645B3
Complementary color
Monochromatic Colors of #3645B3
Black with #3645B3
Text Example
Text Example
White with #3645B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3645B3; }
p { color: rgb(54,69,179); }
H1.HeaderClassName
{
color: #3645B3;
}
.AnyTagClassName
{
color: #3645B3;
}
</style>
background-color css
<style>
a { background-color: #3645B3; }
a { background-color: rgb(54,69,179); }
div.DivClassName
{
background-color: #3645B3;
}
.BgClassName
{
background-color: #3645B3;
}
</style>
border-color css
<style>
span { border-color: #3645B3; }
span { border-color: rgb(54,69,179); }
td.TdClassName
{
border-color: #3645B3;
}
.TagClassName
{
border-color: #3645B3;
}
</style>