Shades of Cerulean Blue #2652B2
Tints of Cerulean Blue #2652B2
RGB
CMYK
RGB Variations
Color information
#2652B2 (or 0x2652B2) is known color: Cerulean Blue. HEX triplet: 26, 52 and B2. RGB value is (38,82,178). Sum of RGB (Red+Green+Blue) = 38+82+178=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 178 (69.92% from 255 or 59.73% from 298); Max value from RGB is 178 - color contains mainly: blue. Hex color #2652B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2652B2 is #D9AD4D. Grayscale: #4F4F4F. Windows color (decimal): -14265678 or 11686438. OLE color: 11686438.
HSL color Cylindrical-coordinate representation of color #2652B2: hue angle of 221.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2652B2 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 38 | 82 | 178 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.30 |
| HSL | 221.14º | 0.65% | 0.42% | - |
| HSV(B) | 221.14º | 0.79% | 0.7% | - |
| XYZ | 11.85 | 9.66 | 43.36 | - |
| YUV | 79.79 | 183.42 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 178 | 0.79 | 0.54 | 0 | 0.30 | 221.14 | 0.65 | 0.42 |
| Hex | 26 | 52 | B2 | 4F | 36 | 0 | 1E | DD | 41 | 2A |
| Octal | 46 | 122 | 262 | 117 | 66 | 0 | 36 | 335 | 101 | 52 |
| Binary | 100110 | 1010010 | 10110010 | 1001111 | 110110 | 0 | 11110 | 11011101 | 1000001 | 101010 |
Color Harmonies of #2652B2
Complementary color
Monochromatic Colors of #2652B2
Black with #2652B2
Text Example
Text Example
White with #2652B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2652B2; }
p { color: rgb(38,82,178); }
H1.HeaderClassName
{
color: #2652B2;
}
.AnyTagClassName
{
color: #2652B2;
}
</style>
background-color css
<style>
a { background-color: #2652B2; }
a { background-color: rgb(38,82,178); }
div.DivClassName
{
background-color: #2652B2;
}
.BgClassName
{
background-color: #2652B2;
}
</style>
border-color css
<style>
span { border-color: #2652B2; }
span { border-color: rgb(38,82,178); }
td.TdClassName
{
border-color: #2652B2;
}
.TagClassName
{
border-color: #2652B2;
}
</style>