Shades of Cerulean Blue #365CBF
Tints of Cerulean Blue #365CBF
RGB
CMYK
RGB Variations
Color information
#365CBF (or 0x365CBF) is known color: Cerulean Blue. HEX triplet: 36, 5C and BF. RGB value is (54,92,191). Sum of RGB (Red+Green+Blue) = 54+92+191=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #365CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365CBF is #C9A340. Grayscale: #5B5B5B. Windows color (decimal): -13214529 or 12540982. OLE color: 12540982.
HSL color Cylindrical-coordinate representation of color #365CBF: hue angle of 223.36º 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 #365CBF is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 92 | 191 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.25 |
| HSL | 223.36º | 0.56% | 0.48% | - |
| HSV(B) | 223.36º | 0.72% | 0.75% | - |
| XYZ | 14.75 | 12.2 | 50.87 | - |
| YUV | 91.92 | 183.91 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 191 | 0.72 | 0.52 | 0 | 0.25 | 223.36 | 0.56 | 0.48 |
| Hex | 36 | 5C | BF | 48 | 34 | 0 | 19 | DF | 38 | 30 |
| Octal | 66 | 134 | 277 | 110 | 64 | 0 | 31 | 337 | 70 | 60 |
| Binary | 110110 | 1011100 | 10111111 | 1001000 | 110100 | 0 | 11001 | 11011111 | 111000 | 110000 |
Color Harmonies of #365CBF
Complementary color
Monochromatic Colors of #365CBF
Black with #365CBF
Text Example
Text Example
White with #365CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365CBF; }
p { color: rgb(54,92,191); }
H1.HeaderClassName
{
color: #365CBF;
}
.AnyTagClassName
{
color: #365CBF;
}
</style>
background-color css
<style>
a { background-color: #365CBF; }
a { background-color: rgb(54,92,191); }
div.DivClassName
{
background-color: #365CBF;
}
.BgClassName
{
background-color: #365CBF;
}
</style>
border-color css
<style>
span { border-color: #365CBF; }
span { border-color: rgb(54,92,191); }
td.TdClassName
{
border-color: #365CBF;
}
.TagClassName
{
border-color: #365CBF;
}
</style>