Shades of Cerulean Blue #275CB5
Tints of Cerulean Blue #275CB5
RGB
CMYK
RGB Variations
Color information
#275CB5 (or 0x275CB5) is known color: Cerulean Blue. HEX triplet: 27, 5C and B5. RGB value is (39,92,181). Sum of RGB (Red+Green+Blue) = 39+92+181=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 181 (71.09% from 255 or 58.01% from 312); Max value from RGB is 181 - color contains mainly: blue. Hex color #275CB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275CB5 is #D8A34A. Grayscale: #555555. Windows color (decimal): -14197579 or 11885607. OLE color: 11885607.
HSL color Cylindrical-coordinate representation of color #275CB5: hue angle of 217.61º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #275CB5 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 92 | 181 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.29 |
| HSL | 217.61º | 0.65% | 0.43% | - |
| HSV(B) | 217.61º | 0.78% | 0.71% | - |
| XYZ | 13 | 11.42 | 45.24 | - |
| YUV | 86.3 | 181.44 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 181 | 0.78 | 0.49 | 0 | 0.29 | 217.61 | 0.65 | 0.43 |
| Hex | 27 | 5C | B5 | 4E | 31 | 0 | 1D | DA | 41 | 2B |
| Octal | 47 | 134 | 265 | 116 | 61 | 0 | 35 | 332 | 101 | 53 |
| Binary | 100111 | 1011100 | 10110101 | 1001110 | 110001 | 0 | 11101 | 11011010 | 1000001 | 101011 |
Color Harmonies of #275CB5
Complementary color
Monochromatic Colors of #275CB5
Black with #275CB5
Text Example
Text Example
White with #275CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275CB5; }
p { color: rgb(39,92,181); }
H1.HeaderClassName
{
color: #275CB5;
}
.AnyTagClassName
{
color: #275CB5;
}
</style>
background-color css
<style>
a { background-color: #275CB5; }
a { background-color: rgb(39,92,181); }
div.DivClassName
{
background-color: #275CB5;
}
.BgClassName
{
background-color: #275CB5;
}
</style>
border-color css
<style>
span { border-color: #275CB5; }
span { border-color: rgb(39,92,181); }
td.TdClassName
{
border-color: #275CB5;
}
.TagClassName
{
border-color: #275CB5;
}
</style>