Shades of Cerulean Blue #395FB7
Tints of Cerulean Blue #395FB7
RGB
CMYK
RGB Variations
Color information
#395FB7 (or 0x395FB7) is known color: Cerulean Blue. HEX triplet: 39, 5F and B7. RGB value is (57,95,183). Sum of RGB (Red+Green+Blue) = 57+95+183=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 183 (71.88% from 255 or 54.63% from 335); Max value from RGB is 183 - color contains mainly: blue. Hex color #395FB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395FB7 is #C6A048. Grayscale: #5D5D5D. Windows color (decimal): -13017161 or 12017465. OLE color: 12017465.
HSL color Cylindrical-coordinate representation of color #395FB7: hue angle of 221.9º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #395FB7 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 57 | 95 | 183 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.28 |
| HSL | 221.9º | 0.53% | 0.47% | - |
| HSV(B) | 221.9º | 0.69% | 0.72% | - |
| XYZ | 14.33 | 12.47 | 46.45 | - |
| YUV | 93.67 | 178.41 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 95 | 183 | 0.69 | 0.48 | 0 | 0.28 | 221.9 | 0.53 | 0.47 |
| Hex | 39 | 5F | B7 | 45 | 30 | 0 | 1C | DE | 34 | 2F |
| Octal | 71 | 137 | 267 | 105 | 60 | 0 | 34 | 336 | 64 | 57 |
| Binary | 111001 | 1011111 | 10110111 | 1000101 | 110000 | 0 | 11100 | 11011110 | 110100 | 101111 |
Color Harmonies of #395FB7
Complementary color
Monochromatic Colors of #395FB7
Black with #395FB7
Text Example
Text Example
White with #395FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395FB7; }
p { color: rgb(57,95,183); }
H1.HeaderClassName
{
color: #395FB7;
}
.AnyTagClassName
{
color: #395FB7;
}
</style>
background-color css
<style>
a { background-color: #395FB7; }
a { background-color: rgb(57,95,183); }
div.DivClassName
{
background-color: #395FB7;
}
.BgClassName
{
background-color: #395FB7;
}
</style>
border-color css
<style>
span { border-color: #395FB7; }
span { border-color: rgb(57,95,183); }
td.TdClassName
{
border-color: #395FB7;
}
.TagClassName
{
border-color: #395FB7;
}
</style>