Shades of Cerulean Blue #275CAB
Tints of Cerulean Blue #275CAB
RGB
CMYK
RGB Variations
Color information
#275CAB (or 0x275CAB) is known color: Cerulean Blue. HEX triplet: 27, 5C and AB. RGB value is (39,92,171). Sum of RGB (Red+Green+Blue) = 39+92+171=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #275CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275CAB is #D8A354. Grayscale: #545454. Windows color (decimal): -14197589 or 11230247. OLE color: 11230247.
HSL color Cylindrical-coordinate representation of color #275CAB: hue angle of 215.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275CAB is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 92 | 171 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.33 |
| HSL | 215.91º | 0.63% | 0.41% | - |
| HSV(B) | 215.91º | 0.77% | 0.67% | - |
| XYZ | 12.01 | 11.03 | 40.02 | - |
| YUV | 85.16 | 176.44 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 171 | 0.77 | 0.46 | 0 | 0.33 | 215.91 | 0.63 | 0.41 |
| Hex | 27 | 5C | AB | 4D | 2E | 0 | 21 | D8 | 3F | 29 |
| Octal | 47 | 134 | 253 | 115 | 56 | 0 | 41 | 330 | 77 | 51 |
| Binary | 100111 | 1011100 | 10101011 | 1001101 | 101110 | 0 | 100001 | 11011000 | 111111 | 101001 |
Color Harmonies of #275CAB
Complementary color
Monochromatic Colors of #275CAB
Black with #275CAB
Text Example
Text Example
White with #275CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275CAB; }
p { color: rgb(39,92,171); }
H1.HeaderClassName
{
color: #275CAB;
}
.AnyTagClassName
{
color: #275CAB;
}
</style>
background-color css
<style>
a { background-color: #275CAB; }
a { background-color: rgb(39,92,171); }
div.DivClassName
{
background-color: #275CAB;
}
.BgClassName
{
background-color: #275CAB;
}
</style>
border-color css
<style>
span { border-color: #275CAB; }
span { border-color: rgb(39,92,171); }
td.TdClassName
{
border-color: #275CAB;
}
.TagClassName
{
border-color: #275CAB;
}
</style>