Shades of Cerulean Blue #394BB1
Tints of Cerulean Blue #394BB1
RGB
CMYK
RGB Variations
Color information
#394BB1 (or 0x394BB1) is known color: Cerulean Blue. HEX triplet: 39, 4B and B1. RGB value is (57,75,177). Sum of RGB (Red+Green+Blue) = 57+75+177=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 177 (69.53% from 255 or 57.28% from 309); Max value from RGB is 177 - color contains mainly: blue. Hex color #394BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394BB1 is #C6B44E. Grayscale: #505050. Windows color (decimal): -13022287 or 11619129. OLE color: 11619129.
HSL color Cylindrical-coordinate representation of color #394BB1: hue angle of 231º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #394BB1 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 75 | 177 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.31 |
| HSL | 231º | 0.51% | 0.46% | - |
| HSV(B) | 231º | 0.68% | 0.69% | - |
| XYZ | 12.14 | 9.08 | 42.71 | - |
| YUV | 81.25 | 182.04 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 75 | 177 | 0.68 | 0.58 | 0 | 0.31 | 231 | 0.51 | 0.46 |
| Hex | 39 | 4B | B1 | 44 | 3A | 0 | 1F | E7 | 33 | 2E |
| Octal | 71 | 113 | 261 | 104 | 72 | 0 | 37 | 347 | 63 | 56 |
| Binary | 111001 | 1001011 | 10110001 | 1000100 | 111010 | 0 | 11111 | 11100111 | 110011 | 101110 |
Color Harmonies of #394BB1
Complementary color
Monochromatic Colors of #394BB1
Black with #394BB1
Text Example
Text Example
White with #394BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394BB1; }
p { color: rgb(57,75,177); }
H1.HeaderClassName
{
color: #394BB1;
}
.AnyTagClassName
{
color: #394BB1;
}
</style>
background-color css
<style>
a { background-color: #394BB1; }
a { background-color: rgb(57,75,177); }
div.DivClassName
{
background-color: #394BB1;
}
.BgClassName
{
background-color: #394BB1;
}
</style>
border-color css
<style>
span { border-color: #394BB1; }
span { border-color: rgb(57,75,177); }
td.TdClassName
{
border-color: #394BB1;
}
.TagClassName
{
border-color: #394BB1;
}
</style>