Shades of Cerulean Blue #274DCC
Tints of Cerulean Blue #274DCC
RGB
CMYK
RGB Variations
Color information
#274DCC (or 0x274DCC) is known color: Cerulean Blue. HEX triplet: 27, 4D and CC. RGB value is (39,77,204). Sum of RGB (Red+Green+Blue) = 39+77+204=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #274DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DCC is #D8B233. Grayscale: #4F4F4F. Windows color (decimal): -14201396 or 13389095. OLE color: 13389095.
HSL color Cylindrical-coordinate representation of color #274DCC: hue angle of 226.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #274DCC is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 77 | 204 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.2 |
| HSL | 226.18º | 0.68% | 0.48% | - |
| HSV(B) | 226.18º | 0.81% | 0.8% | - |
| XYZ | 14.39 | 10.1 | 58.32 | - |
| YUV | 80.12 | 197.91 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 204 | 0.81 | 0.62 | 0 | 0.2 | 226.18 | 0.68 | 0.48 |
| Hex | 27 | 4D | CC | 51 | 3E | 0 | 14 | E2 | 44 | 30 |
| Octal | 47 | 115 | 314 | 121 | 76 | 0 | 24 | 342 | 104 | 60 |
| Binary | 100111 | 1001101 | 11001100 | 1010001 | 111110 | 0 | 10100 | 11100010 | 1000100 | 110000 |
Color Harmonies of #274DCC
Complementary color
Monochromatic Colors of #274DCC
Black with #274DCC
Text Example
Text Example
White with #274DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DCC; }
p { color: rgb(39,77,204); }
H1.HeaderClassName
{
color: #274DCC;
}
.AnyTagClassName
{
color: #274DCC;
}
</style>
background-color css
<style>
a { background-color: #274DCC; }
a { background-color: rgb(39,77,204); }
div.DivClassName
{
background-color: #274DCC;
}
.BgClassName
{
background-color: #274DCC;
}
</style>
border-color css
<style>
span { border-color: #274DCC; }
span { border-color: rgb(39,77,204); }
td.TdClassName
{
border-color: #274DCC;
}
.TagClassName
{
border-color: #274DCC;
}
</style>