Shades of Cerulean Blue #3564C4
Tints of Cerulean Blue #3564C4
RGB
CMYK
RGB Variations
Color information
#3564C4 (or 0x3564C4) is known color: Cerulean Blue. HEX triplet: 35, 64 and C4. RGB value is (53,100,196). Sum of RGB (Red+Green+Blue) = 53+100+196=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 196 (76.95% from 255 or 56.16% from 349); Max value from RGB is 196 - color contains mainly: blue. Hex color #3564C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3564C4 is #CA9B3B. Grayscale: #606060. Windows color (decimal): -13278012 or 12870709. OLE color: 12870709.
HSL color Cylindrical-coordinate representation of color #3564C4: hue angle of 220.28º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3564C4 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 100 | 196 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.23 |
| HSL | 220.28º | 0.57% | 0.49% | - |
| HSV(B) | 220.28º | 0.73% | 0.77% | - |
| XYZ | 15.99 | 13.86 | 54.06 | - |
| YUV | 96.89 | 183.93 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 196 | 0.73 | 0.49 | 0 | 0.23 | 220.28 | 0.57 | 0.49 |
| Hex | 35 | 64 | C4 | 49 | 31 | 0 | 17 | DC | 39 | 31 |
| Octal | 65 | 144 | 304 | 111 | 61 | 0 | 27 | 334 | 71 | 61 |
| Binary | 110101 | 1100100 | 11000100 | 1001001 | 110001 | 0 | 10111 | 11011100 | 111001 | 110001 |
Color Harmonies of #3564C4
Complementary color
Monochromatic Colors of #3564C4
Black with #3564C4
Text Example
Text Example
White with #3564C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3564C4; }
p { color: rgb(53,100,196); }
H1.HeaderClassName
{
color: #3564C4;
}
.AnyTagClassName
{
color: #3564C4;
}
</style>
background-color css
<style>
a { background-color: #3564C4; }
a { background-color: rgb(53,100,196); }
div.DivClassName
{
background-color: #3564C4;
}
.BgClassName
{
background-color: #3564C4;
}
</style>
border-color css
<style>
span { border-color: #3564C4; }
span { border-color: rgb(53,100,196); }
td.TdClassName
{
border-color: #3564C4;
}
.TagClassName
{
border-color: #3564C4;
}
</style>