Shades of Cerulean Blue #2755CB
Tints of Cerulean Blue #2755CB
RGB
CMYK
RGB Variations
Color information
#2755CB (or 0x2755CB) is known color: Cerulean Blue. HEX triplet: 27, 55 and CB. RGB value is (39,85,203). Sum of RGB (Red+Green+Blue) = 39+85+203=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #2755CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2755CB is #D8AA34. Grayscale: #545454. Windows color (decimal): -14199349 or 13325607. OLE color: 13325607.
HSL color Cylindrical-coordinate representation of color #2755CB: hue angle of 223.17º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2755CB is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 85 | 203 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.20 |
| HSL | 223.17º | 0.68% | 0.47% | - |
| HSV(B) | 223.17º | 0.81% | 0.8% | - |
| XYZ | 14.86 | 11.24 | 57.89 | - |
| YUV | 84.7 | 194.76 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 203 | 0.81 | 0.58 | 0 | 0.20 | 223.17 | 0.68 | 0.47 |
| Hex | 27 | 55 | CB | 51 | 3A | 0 | 14 | DF | 44 | 2F |
| Octal | 47 | 125 | 313 | 121 | 72 | 0 | 24 | 337 | 104 | 57 |
| Binary | 100111 | 1010101 | 11001011 | 1010001 | 111010 | 0 | 10100 | 11011111 | 1000100 | 101111 |
Color Harmonies of #2755CB
Complementary color
Monochromatic Colors of #2755CB
Black with #2755CB
Text Example
Text Example
White with #2755CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2755CB; }
p { color: rgb(39,85,203); }
H1.HeaderClassName
{
color: #2755CB;
}
.AnyTagClassName
{
color: #2755CB;
}
</style>
background-color css
<style>
a { background-color: #2755CB; }
a { background-color: rgb(39,85,203); }
div.DivClassName
{
background-color: #2755CB;
}
.BgClassName
{
background-color: #2755CB;
}
</style>
border-color css
<style>
span { border-color: #2755CB; }
span { border-color: rgb(39,85,203); }
td.TdClassName
{
border-color: #2755CB;
}
.TagClassName
{
border-color: #2755CB;
}
</style>