Shades of Cerulean Blue #274BC5
Tints of Cerulean Blue #274BC5
RGB
CMYK
RGB Variations
Color information
#274BC5 (or 0x274BC5) is known color: Cerulean Blue. HEX triplet: 27, 4B and C5. RGB value is (39,75,197). Sum of RGB (Red+Green+Blue) = 39+75+197=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 197 (77.34% from 255 or 63.34% from 311); Max value from RGB is 197 - color contains mainly: blue. Hex color #274BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274BC5 is #D8B43A. Grayscale: #4D4D4D. Windows color (decimal): -14201915 or 12929831. OLE color: 12929831.
HSL color Cylindrical-coordinate representation of color #274BC5: hue angle of 226.33º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #274BC5 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 75 | 197 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.23 |
| HSL | 226.33º | 0.67% | 0.46% | - |
| HSV(B) | 226.33º | 0.8% | 0.77% | - |
| XYZ | 13.43 | 9.49 | 53.95 | - |
| YUV | 78.14 | 195.07 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 197 | 0.80 | 0.62 | 0 | 0.23 | 226.33 | 0.67 | 0.46 |
| Hex | 27 | 4B | C5 | 50 | 3E | 0 | 17 | E2 | 43 | 2E |
| Octal | 47 | 113 | 305 | 120 | 76 | 0 | 27 | 342 | 103 | 56 |
| Binary | 100111 | 1001011 | 11000101 | 1010000 | 111110 | 0 | 10111 | 11100010 | 1000011 | 101110 |
Color Harmonies of #274BC5
Complementary color
Monochromatic Colors of #274BC5
Black with #274BC5
Text Example
Text Example
White with #274BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274BC5; }
p { color: rgb(39,75,197); }
H1.HeaderClassName
{
color: #274BC5;
}
.AnyTagClassName
{
color: #274BC5;
}
</style>
background-color css
<style>
a { background-color: #274BC5; }
a { background-color: rgb(39,75,197); }
div.DivClassName
{
background-color: #274BC5;
}
.BgClassName
{
background-color: #274BC5;
}
</style>
border-color css
<style>
span { border-color: #274BC5; }
span { border-color: rgb(39,75,197); }
td.TdClassName
{
border-color: #274BC5;
}
.TagClassName
{
border-color: #274BC5;
}
</style>