Shades of Cerulean Blue #264AAA
Tints of Cerulean Blue #264AAA
RGB
CMYK
RGB Variations
Color information
#264AAA (or 0x264AAA) is known color: Cerulean Blue. HEX triplet: 26, 4A and AA. RGB value is (38,74,170). Sum of RGB (Red+Green+Blue) = 38+74+170=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #264AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264AAA is #D9B555. Grayscale: #494949. Windows color (decimal): -14267734 or 11160102. OLE color: 11160102.
HSL color Cylindrical-coordinate representation of color #264AAA: hue angle of 223.64º degrees, saturation: 0.63, 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 #264AAA is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 74 | 170 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.33 |
| HSL | 223.64º | 0.63% | 0.41% | - |
| HSV(B) | 223.64º | 0.78% | 0.67% | - |
| XYZ | 10.5 | 8.21 | 39.06 | - |
| YUV | 74.18 | 182.07 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 170 | 0.78 | 0.56 | 0 | 0.33 | 223.64 | 0.63 | 0.41 |
| Hex | 26 | 4A | AA | 4E | 38 | 0 | 21 | E0 | 3F | 29 |
| Octal | 46 | 112 | 252 | 116 | 70 | 0 | 41 | 340 | 77 | 51 |
| Binary | 100110 | 1001010 | 10101010 | 1001110 | 111000 | 0 | 100001 | 11100000 | 111111 | 101001 |
Color Harmonies of #264AAA
Complementary color
Monochromatic Colors of #264AAA
Black with #264AAA
Text Example
Text Example
White with #264AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264AAA; }
p { color: rgb(38,74,170); }
H1.HeaderClassName
{
color: #264AAA;
}
.AnyTagClassName
{
color: #264AAA;
}
</style>
background-color css
<style>
a { background-color: #264AAA; }
a { background-color: rgb(38,74,170); }
div.DivClassName
{
background-color: #264AAA;
}
.BgClassName
{
background-color: #264AAA;
}
</style>
border-color css
<style>
span { border-color: #264AAA; }
span { border-color: rgb(38,74,170); }
td.TdClassName
{
border-color: #264AAA;
}
.TagClassName
{
border-color: #264AAA;
}
</style>