Shades of Cerulean Blue #3565BE
Tints of Cerulean Blue #3565BE
RGB
CMYK
RGB Variations
Color information
#3565BE (or 0x3565BE) is known color: Cerulean Blue. HEX triplet: 35, 65 and BE. RGB value is (53,101,190). Sum of RGB (Red+Green+Blue) = 53+101+190=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #3565BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3565BE is #CA9A41. Grayscale: #606060. Windows color (decimal): -13277762 or 12477749. OLE color: 12477749.
HSL color Cylindrical-coordinate representation of color #3565BE: hue angle of 218.98º 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 #3565BE is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 101 | 190 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.25 |
| HSL | 218.98º | 0.56% | 0.48% | - |
| HSV(B) | 218.98º | 0.72% | 0.75% | - |
| XYZ | 15.42 | 13.78 | 50.56 | - |
| YUV | 96.79 | 180.6 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 190 | 0.72 | 0.47 | 0 | 0.25 | 218.98 | 0.56 | 0.48 |
| Hex | 35 | 65 | BE | 48 | 2F | 0 | 19 | DB | 38 | 30 |
| Octal | 65 | 145 | 276 | 110 | 57 | 0 | 31 | 333 | 70 | 60 |
| Binary | 110101 | 1100101 | 10111110 | 1001000 | 101111 | 0 | 11001 | 11011011 | 111000 | 110000 |
Color Harmonies of #3565BE
Complementary color
Monochromatic Colors of #3565BE
Black with #3565BE
Text Example
Text Example
White with #3565BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3565BE; }
p { color: rgb(53,101,190); }
H1.HeaderClassName
{
color: #3565BE;
}
.AnyTagClassName
{
color: #3565BE;
}
</style>
background-color css
<style>
a { background-color: #3565BE; }
a { background-color: rgb(53,101,190); }
div.DivClassName
{
background-color: #3565BE;
}
.BgClassName
{
background-color: #3565BE;
}
</style>
border-color css
<style>
span { border-color: #3565BE; }
span { border-color: rgb(53,101,190); }
td.TdClassName
{
border-color: #3565BE;
}
.TagClassName
{
border-color: #3565BE;
}
</style>