Shades of Cerulean Blue #274BCE
Tints of Cerulean Blue #274BCE
RGB
CMYK
RGB Variations
Color information
#274BCE (or 0x274BCE) is known color: Cerulean Blue. HEX triplet: 27, 4B and CE. RGB value is (39,75,206). Sum of RGB (Red+Green+Blue) = 39+75+206=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #274BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274BCE is #D8B431. Grayscale: #4E4E4E. Windows color (decimal): -14201906 or 13519655. OLE color: 13519655.
HSL color Cylindrical-coordinate representation of color #274BCE: hue angle of 227.07º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #274BCE is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 75 | 206 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.19 |
| HSL | 227.07º | 0.68% | 0.48% | - |
| HSV(B) | 227.07º | 0.81% | 0.81% | - |
| XYZ | 14.49 | 9.92 | 59.54 | - |
| YUV | 79.17 | 199.57 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 206 | 0.81 | 0.64 | 0 | 0.19 | 227.07 | 0.68 | 0.48 |
| Hex | 27 | 4B | CE | 51 | 40 | 0 | 13 | E3 | 44 | 30 |
| Octal | 47 | 113 | 316 | 121 | 100 | 0 | 23 | 343 | 104 | 60 |
| Binary | 100111 | 1001011 | 11001110 | 1010001 | 1000000 | 0 | 10011 | 11100011 | 1000100 | 110000 |
Color Harmonies of #274BCE
Complementary color
Monochromatic Colors of #274BCE
Black with #274BCE
Text Example
Text Example
White with #274BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274BCE; }
p { color: rgb(39,75,206); }
H1.HeaderClassName
{
color: #274BCE;
}
.AnyTagClassName
{
color: #274BCE;
}
</style>
background-color css
<style>
a { background-color: #274BCE; }
a { background-color: rgb(39,75,206); }
div.DivClassName
{
background-color: #274BCE;
}
.BgClassName
{
background-color: #274BCE;
}
</style>
border-color css
<style>
span { border-color: #274BCE; }
span { border-color: rgb(39,75,206); }
td.TdClassName
{
border-color: #274BCE;
}
.TagClassName
{
border-color: #274BCE;
}
</style>