Shades of Cerulean Blue #265AAA
Tints of Cerulean Blue #265AAA
RGB
CMYK
RGB Variations
Color information
#265AAA (or 0x265AAA) is known color: Cerulean Blue. HEX triplet: 26, 5A and AA. RGB value is (38,90,170). Sum of RGB (Red+Green+Blue) = 38+90+170=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #265AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265AAA is #D9A555. Grayscale: #535353. Windows color (decimal): -14263638 or 11164198. OLE color: 11164198.
HSL color Cylindrical-coordinate representation of color #265AAA: hue angle of 216.36º 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 #265AAA is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 90 | 170 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.33 |
| HSL | 216.36º | 0.63% | 0.41% | - |
| HSV(B) | 216.36º | 0.78% | 0.67% | - |
| XYZ | 11.71 | 10.63 | 39.46 | - |
| YUV | 83.57 | 176.77 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 170 | 0.78 | 0.47 | 0 | 0.33 | 216.36 | 0.63 | 0.41 |
| Hex | 26 | 5A | AA | 4E | 2F | 0 | 21 | D8 | 3F | 29 |
| Octal | 46 | 132 | 252 | 116 | 57 | 0 | 41 | 330 | 77 | 51 |
| Binary | 100110 | 1011010 | 10101010 | 1001110 | 101111 | 0 | 100001 | 11011000 | 111111 | 101001 |
Color Harmonies of #265AAA
Complementary color
Monochromatic Colors of #265AAA
Black with #265AAA
Text Example
Text Example
White with #265AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265AAA; }
p { color: rgb(38,90,170); }
H1.HeaderClassName
{
color: #265AAA;
}
.AnyTagClassName
{
color: #265AAA;
}
</style>
background-color css
<style>
a { background-color: #265AAA; }
a { background-color: rgb(38,90,170); }
div.DivClassName
{
background-color: #265AAA;
}
.BgClassName
{
background-color: #265AAA;
}
</style>
border-color css
<style>
span { border-color: #265AAA; }
span { border-color: rgb(38,90,170); }
td.TdClassName
{
border-color: #265AAA;
}
.TagClassName
{
border-color: #265AAA;
}
</style>