Shades of Cerulean Blue #245AB3
Tints of Cerulean Blue #245AB3
RGB
CMYK
RGB Variations
Color information
#245AB3 (or 0x245AB3) is known color: Cerulean Blue. HEX triplet: 24, 5A and B3. RGB value is (36,90,179). Sum of RGB (Red+Green+Blue) = 36+90+179=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 179 (70.31% from 255 or 58.69% from 305); Max value from RGB is 179 - color contains mainly: blue. Hex color #245AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245AB3 is #DBA54C. Grayscale: #535353. Windows color (decimal): -14394701 or 11754020. OLE color: 11754020.
HSL color Cylindrical-coordinate representation of color #245AB3: hue angle of 217.34º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #245AB3 is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 90 | 179 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.30 |
| HSL | 217.34º | 0.67% | 0.42% | - |
| HSV(B) | 217.34º | 0.8% | 0.7% | - |
| XYZ | 12.52 | 10.94 | 44.1 | - |
| YUV | 84 | 181.61 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 179 | 0.80 | 0.50 | 0 | 0.30 | 217.34 | 0.67 | 0.42 |
| Hex | 24 | 5A | B3 | 50 | 32 | 0 | 1E | D9 | 43 | 2A |
| Octal | 44 | 132 | 263 | 120 | 62 | 0 | 36 | 331 | 103 | 52 |
| Binary | 100100 | 1011010 | 10110011 | 1010000 | 110010 | 0 | 11110 | 11011001 | 1000011 | 101010 |
Color Harmonies of #245AB3
Complementary color
Monochromatic Colors of #245AB3
Black with #245AB3
Text Example
Text Example
White with #245AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245AB3; }
p { color: rgb(36,90,179); }
H1.HeaderClassName
{
color: #245AB3;
}
.AnyTagClassName
{
color: #245AB3;
}
</style>
background-color css
<style>
a { background-color: #245AB3; }
a { background-color: rgb(36,90,179); }
div.DivClassName
{
background-color: #245AB3;
}
.BgClassName
{
background-color: #245AB3;
}
</style>
border-color css
<style>
span { border-color: #245AB3; }
span { border-color: rgb(36,90,179); }
td.TdClassName
{
border-color: #245AB3;
}
.TagClassName
{
border-color: #245AB3;
}
</style>