Shades of Cerulean Blue #275AC1
Tints of Cerulean Blue #275AC1
RGB
CMYK
RGB Variations
Color information
#275AC1 (or 0x275AC1) is known color: Cerulean Blue. HEX triplet: 27, 5A and C1. RGB value is (39,90,193). Sum of RGB (Red+Green+Blue) = 39+90+193=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 193 (75.78% from 255 or 59.94% from 322); Max value from RGB is 193 - color contains mainly: blue. Hex color #275AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275AC1 is #D8A53E. Grayscale: #565656. Windows color (decimal): -14198079 or 12671527. OLE color: 12671527.
HSL color Cylindrical-coordinate representation of color #275AC1: hue angle of 220.13º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #275AC1 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 90 | 193 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.24 |
| HSL | 220.13º | 0.66% | 0.45% | - |
| HSV(B) | 220.13º | 0.8% | 0.76% | - |
| XYZ | 14.12 | 11.59 | 51.95 | - |
| YUV | 86.49 | 188.1 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 193 | 0.80 | 0.53 | 0 | 0.24 | 220.13 | 0.66 | 0.45 |
| Hex | 27 | 5A | C1 | 50 | 35 | 0 | 18 | DC | 42 | 2D |
| Octal | 47 | 132 | 301 | 120 | 65 | 0 | 30 | 334 | 102 | 55 |
| Binary | 100111 | 1011010 | 11000001 | 1010000 | 110101 | 0 | 11000 | 11011100 | 1000010 | 101101 |
Color Harmonies of #275AC1
Complementary color
Monochromatic Colors of #275AC1
Black with #275AC1
Text Example
Text Example
White with #275AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275AC1; }
p { color: rgb(39,90,193); }
H1.HeaderClassName
{
color: #275AC1;
}
.AnyTagClassName
{
color: #275AC1;
}
</style>
background-color css
<style>
a { background-color: #275AC1; }
a { background-color: rgb(39,90,193); }
div.DivClassName
{
background-color: #275AC1;
}
.BgClassName
{
background-color: #275AC1;
}
</style>
border-color css
<style>
span { border-color: #275AC1; }
span { border-color: rgb(39,90,193); }
td.TdClassName
{
border-color: #275AC1;
}
.TagClassName
{
border-color: #275AC1;
}
</style>