Shades of Cerulean Blue #264AAE
Tints of Cerulean Blue #264AAE
RGB
CMYK
RGB Variations
Color information
#264AAE (or 0x264AAE) is known color: Cerulean Blue. HEX triplet: 26, 4A and AE. RGB value is (38,74,174). Sum of RGB (Red+Green+Blue) = 38+74+174=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #264AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264AAE is #D9B551. Grayscale: #4A4A4A. Windows color (decimal): -14267730 or 11422246. OLE color: 11422246.
HSL color Cylindrical-coordinate representation of color #264AAE: hue angle of 224.12º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #264AAE is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 74 | 174 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.32 |
| HSL | 224.12º | 0.64% | 0.42% | - |
| HSV(B) | 224.12º | 0.78% | 0.68% | - |
| XYZ | 10.89 | 8.37 | 41.09 | - |
| YUV | 74.64 | 184.07 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 174 | 0.78 | 0.57 | 0 | 0.32 | 224.12 | 0.64 | 0.42 |
| Hex | 26 | 4A | AE | 4E | 39 | 0 | 20 | E0 | 40 | 2A |
| Octal | 46 | 112 | 256 | 116 | 71 | 0 | 40 | 340 | 100 | 52 |
| Binary | 100110 | 1001010 | 10101110 | 1001110 | 111001 | 0 | 100000 | 11100000 | 1000000 | 101010 |
Color Harmonies of #264AAE
Complementary color
Monochromatic Colors of #264AAE
Black with #264AAE
Text Example
Text Example
White with #264AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264AAE; }
p { color: rgb(38,74,174); }
H1.HeaderClassName
{
color: #264AAE;
}
.AnyTagClassName
{
color: #264AAE;
}
</style>
background-color css
<style>
a { background-color: #264AAE; }
a { background-color: rgb(38,74,174); }
div.DivClassName
{
background-color: #264AAE;
}
.BgClassName
{
background-color: #264AAE;
}
</style>
border-color css
<style>
span { border-color: #264AAE; }
span { border-color: rgb(38,74,174); }
td.TdClassName
{
border-color: #264AAE;
}
.TagClassName
{
border-color: #264AAE;
}
</style>