Shades of Cerulean Blue #2F42B5
Tints of Cerulean Blue #2F42B5
RGB
CMYK
RGB Variations
Color information
#2F42B5 (or 0x2F42B5) is known color: Cerulean Blue. HEX triplet: 2F, 42 and B5. RGB value is (47,66,181). Sum of RGB (Red+Green+Blue) = 47+66+181=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 181 (71.09% from 255 or 61.56% from 294); Max value from RGB is 181 - color contains mainly: blue. Hex color #2F42B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F42B5 is #D0BD4A. Grayscale: #484848. Windows color (decimal): -13679947 or 11878959. OLE color: 11878959.
HSL color Cylindrical-coordinate representation of color #2F42B5: hue angle of 231.49º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F42B5 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 66 | 181 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.29 |
| HSL | 231.49º | 0.59% | 0.45% | - |
| HSV(B) | 231.49º | 0.74% | 0.71% | - |
| XYZ | 11.46 | 7.84 | 44.62 | - |
| YUV | 73.43 | 188.71 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 66 | 181 | 0.74 | 0.64 | 0 | 0.29 | 231.49 | 0.59 | 0.45 |
| Hex | 2F | 42 | B5 | 4A | 40 | 0 | 1D | E7 | 3B | 2D |
| Octal | 57 | 102 | 265 | 112 | 100 | 0 | 35 | 347 | 73 | 55 |
| Binary | 101111 | 1000010 | 10110101 | 1001010 | 1000000 | 0 | 11101 | 11100111 | 111011 | 101101 |
Color Harmonies of #2F42B5
Complementary color
Monochromatic Colors of #2F42B5
Black with #2F42B5
Text Example
Text Example
White with #2F42B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F42B5; }
p { color: rgb(47,66,181); }
H1.HeaderClassName
{
color: #2F42B5;
}
.AnyTagClassName
{
color: #2F42B5;
}
</style>
background-color css
<style>
a { background-color: #2F42B5; }
a { background-color: rgb(47,66,181); }
div.DivClassName
{
background-color: #2F42B5;
}
.BgClassName
{
background-color: #2F42B5;
}
</style>
border-color css
<style>
span { border-color: #2F42B5; }
span { border-color: rgb(47,66,181); }
td.TdClassName
{
border-color: #2F42B5;
}
.TagClassName
{
border-color: #2F42B5;
}
</style>