Shades of Cerulean Blue #264AB1
Tints of Cerulean Blue #264AB1
RGB
CMYK
RGB Variations
Color information
#264AB1 (or 0x264AB1) is known color: Cerulean Blue. HEX triplet: 26, 4A and B1. RGB value is (38,74,177). Sum of RGB (Red+Green+Blue) = 38+74+177=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 177 (69.53% from 255 or 61.25% from 289); Max value from RGB is 177 - color contains mainly: blue. Hex color #264AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264AB1 is #D9B54E. Grayscale: #4A4A4A. Windows color (decimal): -14267727 or 11618854. OLE color: 11618854.
HSL color Cylindrical-coordinate representation of color #264AB1: hue angle of 224.46º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #264AB1 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 74 | 177 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.31 |
| HSL | 224.46º | 0.65% | 0.42% | - |
| HSV(B) | 224.46º | 0.79% | 0.69% | - |
| XYZ | 11.18 | 8.48 | 42.64 | - |
| YUV | 74.98 | 185.57 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 177 | 0.79 | 0.58 | 0 | 0.31 | 224.46 | 0.65 | 0.42 |
| Hex | 26 | 4A | B1 | 4F | 3A | 0 | 1F | E0 | 41 | 2A |
| Octal | 46 | 112 | 261 | 117 | 72 | 0 | 37 | 340 | 101 | 52 |
| Binary | 100110 | 1001010 | 10110001 | 1001111 | 111010 | 0 | 11111 | 11100000 | 1000001 | 101010 |
Color Harmonies of #264AB1
Complementary color
Monochromatic Colors of #264AB1
Black with #264AB1
Text Example
Text Example
White with #264AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264AB1; }
p { color: rgb(38,74,177); }
H1.HeaderClassName
{
color: #264AB1;
}
.AnyTagClassName
{
color: #264AB1;
}
</style>
background-color css
<style>
a { background-color: #264AB1; }
a { background-color: rgb(38,74,177); }
div.DivClassName
{
background-color: #264AB1;
}
.BgClassName
{
background-color: #264AB1;
}
</style>
border-color css
<style>
span { border-color: #264AB1; }
span { border-color: rgb(38,74,177); }
td.TdClassName
{
border-color: #264AB1;
}
.TagClassName
{
border-color: #264AB1;
}
</style>