Shades of Cerulean Blue #2D4BAF
Tints of Cerulean Blue #2D4BAF
RGB
CMYK
RGB Variations
Color information
#2D4BAF (or 0x2D4BAF) is known color: Cerulean Blue. HEX triplet: 2D, 4B and AF. RGB value is (45,75,175). Sum of RGB (Red+Green+Blue) = 45+75+175=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #2D4BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4BAF is #D2B450. Grayscale: #4D4D4D. Windows color (decimal): -13808721 or 11488045. OLE color: 11488045.
HSL color Cylindrical-coordinate representation of color #2D4BAF: hue angle of 226.15º 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 #2D4BAF is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 75 | 175 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.31 |
| HSL | 226.15º | 0.59% | 0.43% | - |
| HSV(B) | 226.15º | 0.74% | 0.69% | - |
| XYZ | 11.34 | 8.69 | 41.64 | - |
| YUV | 77.43 | 183.06 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 175 | 0.74 | 0.57 | 0 | 0.31 | 226.15 | 0.59 | 0.43 |
| Hex | 2D | 4B | AF | 4A | 39 | 0 | 1F | E2 | 3B | 2B |
| Octal | 55 | 113 | 257 | 112 | 71 | 0 | 37 | 342 | 73 | 53 |
| Binary | 101101 | 1001011 | 10101111 | 1001010 | 111001 | 0 | 11111 | 11100010 | 111011 | 101011 |
Color Harmonies of #2D4BAF
Complementary color
Monochromatic Colors of #2D4BAF
Black with #2D4BAF
Text Example
Text Example
White with #2D4BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4BAF; }
p { color: rgb(45,75,175); }
H1.HeaderClassName
{
color: #2D4BAF;
}
.AnyTagClassName
{
color: #2D4BAF;
}
</style>
background-color css
<style>
a { background-color: #2D4BAF; }
a { background-color: rgb(45,75,175); }
div.DivClassName
{
background-color: #2D4BAF;
}
.BgClassName
{
background-color: #2D4BAF;
}
</style>
border-color css
<style>
span { border-color: #2D4BAF; }
span { border-color: rgb(45,75,175); }
td.TdClassName
{
border-color: #2D4BAF;
}
.TagClassName
{
border-color: #2D4BAF;
}
</style>