Shades of Cerulean Blue #264AAB
Tints of Cerulean Blue #264AAB
RGB
CMYK
RGB Variations
Color information
#264AAB (or 0x264AAB) is known color: Cerulean Blue. HEX triplet: 26, 4A and AB. RGB value is (38,74,171). Sum of RGB (Red+Green+Blue) = 38+74+171=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #264AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264AAB is #D9B554. Grayscale: #494949. Windows color (decimal): -14267733 or 11225638. OLE color: 11225638.
HSL color Cylindrical-coordinate representation of color #264AAB: hue angle of 223.76º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #264AAB is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 74 | 171 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.33 |
| HSL | 223.76º | 0.64% | 0.41% | - |
| HSV(B) | 223.76º | 0.78% | 0.67% | - |
| XYZ | 10.6 | 8.25 | 39.56 | - |
| YUV | 74.29 | 182.57 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 171 | 0.78 | 0.57 | 0 | 0.33 | 223.76 | 0.64 | 0.41 |
| Hex | 26 | 4A | AB | 4E | 39 | 0 | 21 | E0 | 40 | 29 |
| Octal | 46 | 112 | 253 | 116 | 71 | 0 | 41 | 340 | 100 | 51 |
| Binary | 100110 | 1001010 | 10101011 | 1001110 | 111001 | 0 | 100001 | 11100000 | 1000000 | 101001 |
Color Harmonies of #264AAB
Complementary color
Monochromatic Colors of #264AAB
Black with #264AAB
Text Example
Text Example
White with #264AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264AAB; }
p { color: rgb(38,74,171); }
H1.HeaderClassName
{
color: #264AAB;
}
.AnyTagClassName
{
color: #264AAB;
}
</style>
background-color css
<style>
a { background-color: #264AAB; }
a { background-color: rgb(38,74,171); }
div.DivClassName
{
background-color: #264AAB;
}
.BgClassName
{
background-color: #264AAB;
}
</style>
border-color css
<style>
span { border-color: #264AAB; }
span { border-color: rgb(38,74,171); }
td.TdClassName
{
border-color: #264AAB;
}
.TagClassName
{
border-color: #264AAB;
}
</style>