Shades of Cerulean Blue #274DCB
Tints of Cerulean Blue #274DCB
RGB
CMYK
RGB Variations
Color information
#274DCB (or 0x274DCB) is known color: Cerulean Blue. HEX triplet: 27, 4D and CB. RGB value is (39,77,203). Sum of RGB (Red+Green+Blue) = 39+77+203=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #274DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DCB is #D8B234. Grayscale: #4F4F4F. Windows color (decimal): -14201397 or 13323559. OLE color: 13323559.
HSL color Cylindrical-coordinate representation of color #274DCB: hue angle of 226.1º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #274DCB is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 77 | 203 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.20 |
| HSL | 226.1º | 0.68% | 0.47% | - |
| HSV(B) | 226.1º | 0.81% | 0.8% | - |
| XYZ | 14.27 | 10.05 | 57.69 | - |
| YUV | 80 | 197.41 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 203 | 0.81 | 0.62 | 0 | 0.20 | 226.1 | 0.68 | 0.47 |
| Hex | 27 | 4D | CB | 51 | 3E | 0 | 14 | E2 | 44 | 2F |
| Octal | 47 | 115 | 313 | 121 | 76 | 0 | 24 | 342 | 104 | 57 |
| Binary | 100111 | 1001101 | 11001011 | 1010001 | 111110 | 0 | 10100 | 11100010 | 1000100 | 101111 |
Color Harmonies of #274DCB
Complementary color
Monochromatic Colors of #274DCB
Black with #274DCB
Text Example
Text Example
White with #274DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DCB; }
p { color: rgb(39,77,203); }
H1.HeaderClassName
{
color: #274DCB;
}
.AnyTagClassName
{
color: #274DCB;
}
</style>
background-color css
<style>
a { background-color: #274DCB; }
a { background-color: rgb(39,77,203); }
div.DivClassName
{
background-color: #274DCB;
}
.BgClassName
{
background-color: #274DCB;
}
</style>
border-color css
<style>
span { border-color: #274DCB; }
span { border-color: rgb(39,77,203); }
td.TdClassName
{
border-color: #274DCB;
}
.TagClassName
{
border-color: #274DCB;
}
</style>