Shades of Cerulean Blue #2652BA
Tints of Cerulean Blue #2652BA
RGB
CMYK
RGB Variations
Color information
#2652BA (or 0x2652BA) is known color: Cerulean Blue. HEX triplet: 26, 52 and BA. RGB value is (38,82,186). Sum of RGB (Red+Green+Blue) = 38+82+186=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #2652BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2652BA is #D9AD45. Grayscale: #505050. Windows color (decimal): -14265670 or 12210726. OLE color: 12210726.
HSL color Cylindrical-coordinate representation of color #2652BA: hue angle of 222.16º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2652BA is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 82 | 186 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.27 |
| HSL | 222.16º | 0.66% | 0.44% | - |
| HSV(B) | 222.16º | 0.8% | 0.73% | - |
| XYZ | 12.68 | 9.99 | 47.71 | - |
| YUV | 80.7 | 187.42 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 186 | 0.80 | 0.56 | 0 | 0.27 | 222.16 | 0.66 | 0.44 |
| Hex | 26 | 52 | BA | 50 | 38 | 0 | 1B | DE | 42 | 2C |
| Octal | 46 | 122 | 272 | 120 | 70 | 0 | 33 | 336 | 102 | 54 |
| Binary | 100110 | 1010010 | 10111010 | 1010000 | 111000 | 0 | 11011 | 11011110 | 1000010 | 101100 |
Color Harmonies of #2652BA
Complementary color
Monochromatic Colors of #2652BA
Black with #2652BA
Text Example
Text Example
White with #2652BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2652BA; }
p { color: rgb(38,82,186); }
H1.HeaderClassName
{
color: #2652BA;
}
.AnyTagClassName
{
color: #2652BA;
}
</style>
background-color css
<style>
a { background-color: #2652BA; }
a { background-color: rgb(38,82,186); }
div.DivClassName
{
background-color: #2652BA;
}
.BgClassName
{
background-color: #2652BA;
}
</style>
border-color css
<style>
span { border-color: #2652BA; }
span { border-color: rgb(38,82,186); }
td.TdClassName
{
border-color: #2652BA;
}
.TagClassName
{
border-color: #2652BA;
}
</style>