Shades of Cerulean Blue #264CA2
Tints of Cerulean Blue #264CA2
RGB
CMYK
RGB Variations
Color information
#264CA2 (or 0x264CA2) is known color: Cerulean Blue. HEX triplet: 26, 4C and A2. RGB value is (38,76,162). Sum of RGB (Red+Green+Blue) = 38+76+162=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 162 (63.67% from 255 or 58.70% from 276); Max value from RGB is 162 - color contains mainly: blue. Hex color #264CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264CA2 is #D9B35D. Grayscale: #4A4A4A. Windows color (decimal): -14267230 or 10636326. OLE color: 10636326.
HSL color Cylindrical-coordinate representation of color #264CA2: hue angle of 221.61º 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 #264CA2 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 76 | 162 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.36 |
| HSL | 221.61º | 0.62% | 0.39% | - |
| HSV(B) | 221.61º | 0.77% | 0.64% | - |
| XYZ | 9.91 | 8.19 | 35.24 | - |
| YUV | 74.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 162 | 0.77 | 0.53 | 0 | 0.36 | 221.61 | 0.62 | 0.39 |
| Hex | 26 | 4C | A2 | 4D | 35 | 0 | 24 | DE | 3E | 27 |
| Octal | 46 | 114 | 242 | 115 | 65 | 0 | 44 | 336 | 76 | 47 |
| Binary | 100110 | 1001100 | 10100010 | 1001101 | 110101 | 0 | 100100 | 11011110 | 111110 | 100111 |
Color Harmonies of #264CA2
Complementary color
Monochromatic Colors of #264CA2
Black with #264CA2
Text Example
Text Example
White with #264CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264CA2; }
p { color: rgb(38,76,162); }
H1.HeaderClassName
{
color: #264CA2;
}
.AnyTagClassName
{
color: #264CA2;
}
</style>
background-color css
<style>
a { background-color: #264CA2; }
a { background-color: rgb(38,76,162); }
div.DivClassName
{
background-color: #264CA2;
}
.BgClassName
{
background-color: #264CA2;
}
</style>
border-color css
<style>
span { border-color: #264CA2; }
span { border-color: rgb(38,76,162); }
td.TdClassName
{
border-color: #264CA2;
}
.TagClassName
{
border-color: #264CA2;
}
</style>