Shades of Cerulean Blue #275ACB
Tints of Cerulean Blue #275ACB
RGB
CMYK
RGB Variations
Color information
#275ACB (or 0x275ACB) is known color: Cerulean Blue. HEX triplet: 27, 5A and CB. RGB value is (39,90,203). Sum of RGB (Red+Green+Blue) = 39+90+203=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #275ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275ACB is #D8A534. Grayscale: #575757. Windows color (decimal): -14198069 or 13326887. OLE color: 13326887.
HSL color Cylindrical-coordinate representation of color #275ACB: hue angle of 221.34º 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 #275ACB is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 90 | 203 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.20 |
| HSL | 221.34º | 0.68% | 0.47% | - |
| HSV(B) | 221.34º | 0.81% | 0.8% | - |
| XYZ | 15.27 | 12.06 | 58.02 | - |
| YUV | 87.63 | 193.1 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 203 | 0.81 | 0.56 | 0 | 0.20 | 221.34 | 0.68 | 0.47 |
| Hex | 27 | 5A | CB | 51 | 38 | 0 | 14 | DD | 44 | 2F |
| Octal | 47 | 132 | 313 | 121 | 70 | 0 | 24 | 335 | 104 | 57 |
| Binary | 100111 | 1011010 | 11001011 | 1010001 | 111000 | 0 | 10100 | 11011101 | 1000100 | 101111 |
Color Harmonies of #275ACB
Complementary color
Monochromatic Colors of #275ACB
Black with #275ACB
Text Example
Text Example
White with #275ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275ACB; }
p { color: rgb(39,90,203); }
H1.HeaderClassName
{
color: #275ACB;
}
.AnyTagClassName
{
color: #275ACB;
}
</style>
background-color css
<style>
a { background-color: #275ACB; }
a { background-color: rgb(39,90,203); }
div.DivClassName
{
background-color: #275ACB;
}
.BgClassName
{
background-color: #275ACB;
}
</style>
border-color css
<style>
span { border-color: #275ACB; }
span { border-color: rgb(39,90,203); }
td.TdClassName
{
border-color: #275ACB;
}
.TagClassName
{
border-color: #275ACB;
}
</style>