Shades of Cerulean Blue #264BA3
Tints of Cerulean Blue #264BA3
RGB
CMYK
RGB Variations
Color information
#264BA3 (or 0x264BA3) is known color: Cerulean Blue. HEX triplet: 26, 4B and A3. RGB value is (38,75,163). Sum of RGB (Red+Green+Blue) = 38+75+163=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 163 (64.06% from 255 or 59.06% from 276); Max value from RGB is 163 - color contains mainly: blue. Hex color #264BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264BA3 is #D9B45C. Grayscale: #494949. Windows color (decimal): -14267485 or 10701606. OLE color: 10701606.
HSL color Cylindrical-coordinate representation of color #264BA3: hue angle of 222.24º 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 #264BA3 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 75 | 163 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.36 |
| HSL | 222.24º | 0.62% | 0.39% | - |
| HSV(B) | 222.24º | 0.77% | 0.64% | - |
| XYZ | 9.93 | 8.09 | 35.69 | - |
| YUV | 73.97 | 178.24 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 75 | 163 | 0.77 | 0.54 | 0 | 0.36 | 222.24 | 0.62 | 0.39 |
| Hex | 26 | 4B | A3 | 4D | 36 | 0 | 24 | DE | 3E | 27 |
| Octal | 46 | 113 | 243 | 115 | 66 | 0 | 44 | 336 | 76 | 47 |
| Binary | 100110 | 1001011 | 10100011 | 1001101 | 110110 | 0 | 100100 | 11011110 | 111110 | 100111 |
Color Harmonies of #264BA3
Complementary color
Monochromatic Colors of #264BA3
Black with #264BA3
Text Example
Text Example
White with #264BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264BA3; }
p { color: rgb(38,75,163); }
H1.HeaderClassName
{
color: #264BA3;
}
.AnyTagClassName
{
color: #264BA3;
}
</style>
background-color css
<style>
a { background-color: #264BA3; }
a { background-color: rgb(38,75,163); }
div.DivClassName
{
background-color: #264BA3;
}
.BgClassName
{
background-color: #264BA3;
}
</style>
border-color css
<style>
span { border-color: #264BA3; }
span { border-color: rgb(38,75,163); }
td.TdClassName
{
border-color: #264BA3;
}
.TagClassName
{
border-color: #264BA3;
}
</style>