Shades of Cerulean Blue #264DA2
Tints of Cerulean Blue #264DA2
RGB
CMYK
RGB Variations
Color information
#264DA2 (or 0x264DA2) is known color: Cerulean Blue. HEX triplet: 26, 4D and A2. RGB value is (38,77,162). Sum of RGB (Red+Green+Blue) = 38+77+162=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 162 (63.67% from 255 or 58.48% from 277); Max value from RGB is 162 - color contains mainly: blue. Hex color #264DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264DA2 is #D9B25D. Grayscale: #4A4A4A. Windows color (decimal): -14266974 or 10636582. OLE color: 10636582.
HSL color Cylindrical-coordinate representation of color #264DA2: hue angle of 221.13º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #264DA2 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 77 | 162 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.36 |
| HSL | 221.13º | 0.62% | 0.39% | - |
| HSV(B) | 221.13º | 0.77% | 0.64% | - |
| XYZ | 9.97 | 8.33 | 35.26 | - |
| YUV | 75.03 | 177.08 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 162 | 0.77 | 0.52 | 0 | 0.36 | 221.13 | 0.62 | 0.39 |
| Hex | 26 | 4D | A2 | 4D | 34 | 0 | 24 | DD | 3E | 27 |
| Octal | 46 | 115 | 242 | 115 | 64 | 0 | 44 | 335 | 76 | 47 |
| Binary | 100110 | 1001101 | 10100010 | 1001101 | 110100 | 0 | 100100 | 11011101 | 111110 | 100111 |
Color Harmonies of #264DA2
Complementary color
Monochromatic Colors of #264DA2
Black with #264DA2
Text Example
Text Example
White with #264DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264DA2; }
p { color: rgb(38,77,162); }
H1.HeaderClassName
{
color: #264DA2;
}
.AnyTagClassName
{
color: #264DA2;
}
</style>
background-color css
<style>
a { background-color: #264DA2; }
a { background-color: rgb(38,77,162); }
div.DivClassName
{
background-color: #264DA2;
}
.BgClassName
{
background-color: #264DA2;
}
</style>
border-color css
<style>
span { border-color: #264DA2; }
span { border-color: rgb(38,77,162); }
td.TdClassName
{
border-color: #264DA2;
}
.TagClassName
{
border-color: #264DA2;
}
</style>