Shades of Cerulean Blue #275CB2
Tints of Cerulean Blue #275CB2
RGB
CMYK
RGB Variations
Color information
#275CB2 (or 0x275CB2) is known color: Cerulean Blue. HEX triplet: 27, 5C and B2. RGB value is (39,92,178). Sum of RGB (Red+Green+Blue) = 39+92+178=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 178 (69.92% from 255 or 57.61% from 309); Max value from RGB is 178 - color contains mainly: blue. Hex color #275CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275CB2 is #D8A34D. Grayscale: #555555. Windows color (decimal): -14197582 or 11688999. OLE color: 11688999.
HSL color Cylindrical-coordinate representation of color #275CB2: hue angle of 217.12º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #275CB2 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 39 | 92 | 178 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.30 |
| HSL | 217.12º | 0.64% | 0.43% | - |
| HSV(B) | 217.12º | 0.78% | 0.7% | - |
| XYZ | 12.7 | 11.3 | 43.63 | - |
| YUV | 85.96 | 179.94 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 178 | 0.78 | 0.48 | 0 | 0.30 | 217.12 | 0.64 | 0.43 |
| Hex | 27 | 5C | B2 | 4E | 30 | 0 | 1E | D9 | 40 | 2B |
| Octal | 47 | 134 | 262 | 116 | 60 | 0 | 36 | 331 | 100 | 53 |
| Binary | 100111 | 1011100 | 10110010 | 1001110 | 110000 | 0 | 11110 | 11011001 | 1000000 | 101011 |
Color Harmonies of #275CB2
Complementary color
Monochromatic Colors of #275CB2
Black with #275CB2
Text Example
Text Example
White with #275CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275CB2; }
p { color: rgb(39,92,178); }
H1.HeaderClassName
{
color: #275CB2;
}
.AnyTagClassName
{
color: #275CB2;
}
</style>
background-color css
<style>
a { background-color: #275CB2; }
a { background-color: rgb(39,92,178); }
div.DivClassName
{
background-color: #275CB2;
}
.BgClassName
{
background-color: #275CB2;
}
</style>
border-color css
<style>
span { border-color: #275CB2; }
span { border-color: rgb(39,92,178); }
td.TdClassName
{
border-color: #275CB2;
}
.TagClassName
{
border-color: #275CB2;
}
</style>