Shades of Cerulean Blue #2C5CB3
Tints of Cerulean Blue #2C5CB3
RGB
CMYK
RGB Variations
Color information
#2C5CB3 (or 0x2C5CB3) is known color: Cerulean Blue. HEX triplet: 2C, 5C and B3. RGB value is (44,92,179). Sum of RGB (Red+Green+Blue) = 44+92+179=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 179 (70.31% from 255 or 56.83% from 315); Max value from RGB is 179 - color contains mainly: blue. Hex color #2C5CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5CB3 is #D3A34C. Grayscale: #575757. Windows color (decimal): -13869901 or 11754540. OLE color: 11754540.
HSL color Cylindrical-coordinate representation of color #2C5CB3: hue angle of 218.67º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C5CB3 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 92 | 179 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.30 |
| HSL | 218.67º | 0.61% | 0.44% | - |
| HSV(B) | 218.67º | 0.75% | 0.7% | - |
| XYZ | 13 | 11.44 | 44.17 | - |
| YUV | 87.57 | 179.6 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 92 | 179 | 0.75 | 0.49 | 0 | 0.30 | 218.67 | 0.61 | 0.44 |
| Hex | 2C | 5C | B3 | 4B | 31 | 0 | 1E | DB | 3D | 2C |
| Octal | 54 | 134 | 263 | 113 | 61 | 0 | 36 | 333 | 75 | 54 |
| Binary | 101100 | 1011100 | 10110011 | 1001011 | 110001 | 0 | 11110 | 11011011 | 111101 | 101100 |
Color Harmonies of #2C5CB3
Complementary color
Monochromatic Colors of #2C5CB3
Black with #2C5CB3
Text Example
Text Example
White with #2C5CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5CB3; }
p { color: rgb(44,92,179); }
H1.HeaderClassName
{
color: #2C5CB3;
}
.AnyTagClassName
{
color: #2C5CB3;
}
</style>
background-color css
<style>
a { background-color: #2C5CB3; }
a { background-color: rgb(44,92,179); }
div.DivClassName
{
background-color: #2C5CB3;
}
.BgClassName
{
background-color: #2C5CB3;
}
</style>
border-color css
<style>
span { border-color: #2C5CB3; }
span { border-color: rgb(44,92,179); }
td.TdClassName
{
border-color: #2C5CB3;
}
.TagClassName
{
border-color: #2C5CB3;
}
</style>