Shades of Cerulean Blue #2F5AAA
Tints of Cerulean Blue #2F5AAA
RGB
CMYK
RGB Variations
Color information
#2F5AAA (or 0x2F5AAA) is known color: Cerulean Blue. HEX triplet: 2F, 5A and AA. RGB value is (47,90,170). Sum of RGB (Red+Green+Blue) = 47+90+170=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F5AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5AAA is #D0A555. Grayscale: #555555. Windows color (decimal): -13673814 or 11164207. OLE color: 11164207.
HSL color Cylindrical-coordinate representation of color #2F5AAA: hue angle of 219.02º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F5AAA is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 90 | 170 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.33 |
| HSL | 219.02º | 0.57% | 0.43% | - |
| HSV(B) | 219.02º | 0.72% | 0.67% | - |
| XYZ | 12.08 | 10.82 | 39.48 | - |
| YUV | 86.26 | 175.25 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 170 | 0.72 | 0.47 | 0 | 0.33 | 219.02 | 0.57 | 0.43 |
| Hex | 2F | 5A | AA | 48 | 2F | 0 | 21 | DB | 39 | 2B |
| Octal | 57 | 132 | 252 | 110 | 57 | 0 | 41 | 333 | 71 | 53 |
| Binary | 101111 | 1011010 | 10101010 | 1001000 | 101111 | 0 | 100001 | 11011011 | 111001 | 101011 |
Color Harmonies of #2F5AAA
Complementary color
Monochromatic Colors of #2F5AAA
Black with #2F5AAA
Text Example
Text Example
White with #2F5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5AAA; }
p { color: rgb(47,90,170); }
H1.HeaderClassName
{
color: #2F5AAA;
}
.AnyTagClassName
{
color: #2F5AAA;
}
</style>
background-color css
<style>
a { background-color: #2F5AAA; }
a { background-color: rgb(47,90,170); }
div.DivClassName
{
background-color: #2F5AAA;
}
.BgClassName
{
background-color: #2F5AAA;
}
</style>
border-color css
<style>
span { border-color: #2F5AAA; }
span { border-color: rgb(47,90,170); }
td.TdClassName
{
border-color: #2F5AAA;
}
.TagClassName
{
border-color: #2F5AAA;
}
</style>