Shades of Cerulean Blue #315DC4
Tints of Cerulean Blue #315DC4
RGB
CMYK
RGB Variations
Color information
#315DC4 (or 0x315DC4) is known color: Cerulean Blue. HEX triplet: 31, 5D and C4. RGB value is (49,93,196). Sum of RGB (Red+Green+Blue) = 49+93+196=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 196 (76.95% from 255 or 57.99% from 338); Max value from RGB is 196 - color contains mainly: blue. Hex color #315DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DC4 is #CEA23B. Grayscale: #5B5B5B. Windows color (decimal): -13541948 or 12868913. OLE color: 12868913.
HSL color Cylindrical-coordinate representation of color #315DC4: hue angle of 222.04º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #315DC4 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 93 | 196 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.23 |
| HSL | 222.04º | 0.6% | 0.48% | - |
| HSV(B) | 222.04º | 0.75% | 0.77% | - |
| XYZ | 15.14 | 12.47 | 53.83 | - |
| YUV | 91.59 | 186.92 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 196 | 0.75 | 0.53 | 0 | 0.23 | 222.04 | 0.6 | 0.48 |
| Hex | 31 | 5D | C4 | 4B | 35 | 0 | 17 | DE | 3C | 30 |
| Octal | 61 | 135 | 304 | 113 | 65 | 0 | 27 | 336 | 74 | 60 |
| Binary | 110001 | 1011101 | 11000100 | 1001011 | 110101 | 0 | 10111 | 11011110 | 111100 | 110000 |
Color Harmonies of #315DC4
Complementary color
Monochromatic Colors of #315DC4
Black with #315DC4
Text Example
Text Example
White with #315DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315DC4; }
p { color: rgb(49,93,196); }
H1.HeaderClassName
{
color: #315DC4;
}
.AnyTagClassName
{
color: #315DC4;
}
</style>
background-color css
<style>
a { background-color: #315DC4; }
a { background-color: rgb(49,93,196); }
div.DivClassName
{
background-color: #315DC4;
}
.BgClassName
{
background-color: #315DC4;
}
</style>
border-color css
<style>
span { border-color: #315DC4; }
span { border-color: rgb(49,93,196); }
td.TdClassName
{
border-color: #315DC4;
}
.TagClassName
{
border-color: #315DC4;
}
</style>