Shades of Cerulean Blue #365DB3
Tints of Cerulean Blue #365DB3
RGB
CMYK
RGB Variations
Color information
#365DB3 (or 0x365DB3) is known color: Cerulean Blue. HEX triplet: 36, 5D and B3. RGB value is (54,93,179). Sum of RGB (Red+Green+Blue) = 54+93+179=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 179 (70.31% from 255 or 54.91% from 326); Max value from RGB is 179 - color contains mainly: blue. Hex color #365DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365DB3 is #C9A24C. Grayscale: #5A5A5A. Windows color (decimal): -13214285 or 11754806. OLE color: 11754806.
HSL color Cylindrical-coordinate representation of color #365DB3: hue angle of 221.28º 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 #365DB3 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 93 | 179 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.30 |
| HSL | 221.28º | 0.54% | 0.46% | - |
| HSV(B) | 221.28º | 0.7% | 0.7% | - |
| XYZ | 13.57 | 11.87 | 44.22 | - |
| YUV | 91.14 | 177.58 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 179 | 0.70 | 0.48 | 0 | 0.30 | 221.28 | 0.54 | 0.46 |
| Hex | 36 | 5D | B3 | 46 | 30 | 0 | 1E | DD | 36 | 2E |
| Octal | 66 | 135 | 263 | 106 | 60 | 0 | 36 | 335 | 66 | 56 |
| Binary | 110110 | 1011101 | 10110011 | 1000110 | 110000 | 0 | 11110 | 11011101 | 110110 | 101110 |
Color Harmonies of #365DB3
Complementary color
Monochromatic Colors of #365DB3
Black with #365DB3
Text Example
Text Example
White with #365DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DB3; }
p { color: rgb(54,93,179); }
H1.HeaderClassName
{
color: #365DB3;
}
.AnyTagClassName
{
color: #365DB3;
}
</style>
background-color css
<style>
a { background-color: #365DB3; }
a { background-color: rgb(54,93,179); }
div.DivClassName
{
background-color: #365DB3;
}
.BgClassName
{
background-color: #365DB3;
}
</style>
border-color css
<style>
span { border-color: #365DB3; }
span { border-color: rgb(54,93,179); }
td.TdClassName
{
border-color: #365DB3;
}
.TagClassName
{
border-color: #365DB3;
}
</style>