Shades of Cerulean Blue #2D5CAF
Tints of Cerulean Blue #2D5CAF
RGB
CMYK
RGB Variations
Color information
#2D5CAF (or 0x2D5CAF) is known color: Cerulean Blue. HEX triplet: 2D, 5C and AF. RGB value is (45,92,175). Sum of RGB (Red+Green+Blue) = 45+92+175=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #2D5CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5CAF is #D2A350. Grayscale: #575757. Windows color (decimal): -13804369 or 11492397. OLE color: 11492397.
HSL color Cylindrical-coordinate representation of color #2D5CAF: hue angle of 218.31º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D5CAF is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 92 | 175 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.31 |
| HSL | 218.31º | 0.59% | 0.43% | - |
| HSV(B) | 218.31º | 0.74% | 0.69% | - |
| XYZ | 12.65 | 11.31 | 42.07 | - |
| YUV | 87.41 | 177.43 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 92 | 175 | 0.74 | 0.47 | 0 | 0.31 | 218.31 | 0.59 | 0.43 |
| Hex | 2D | 5C | AF | 4A | 2F | 0 | 1F | DA | 3B | 2B |
| Octal | 55 | 134 | 257 | 112 | 57 | 0 | 37 | 332 | 73 | 53 |
| Binary | 101101 | 1011100 | 10101111 | 1001010 | 101111 | 0 | 11111 | 11011010 | 111011 | 101011 |
Color Harmonies of #2D5CAF
Complementary color
Monochromatic Colors of #2D5CAF
Black with #2D5CAF
Text Example
Text Example
White with #2D5CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5CAF; }
p { color: rgb(45,92,175); }
H1.HeaderClassName
{
color: #2D5CAF;
}
.AnyTagClassName
{
color: #2D5CAF;
}
</style>
background-color css
<style>
a { background-color: #2D5CAF; }
a { background-color: rgb(45,92,175); }
div.DivClassName
{
background-color: #2D5CAF;
}
.BgClassName
{
background-color: #2D5CAF;
}
</style>
border-color css
<style>
span { border-color: #2D5CAF; }
span { border-color: rgb(45,92,175); }
td.TdClassName
{
border-color: #2D5CAF;
}
.TagClassName
{
border-color: #2D5CAF;
}
</style>