Shades of Cerulean Blue #2653BC
Tints of Cerulean Blue #2653BC
RGB
CMYK
RGB Variations
Color information
#2653BC (or 0x2653BC) is known color: Cerulean Blue. HEX triplet: 26, 53 and BC. RGB value is (38,83,188). Sum of RGB (Red+Green+Blue) = 38+83+188=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #2653BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2653BC is #D9AC43. Grayscale: #515151. Windows color (decimal): -14265412 or 12342054. OLE color: 12342054.
HSL color Cylindrical-coordinate representation of color #2653BC: hue angle of 222º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2653BC is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 83 | 188 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.26 |
| HSL | 222º | 0.66% | 0.44% | - |
| HSV(B) | 222º | 0.8% | 0.74% | - |
| XYZ | 12.97 | 10.23 | 48.87 | - |
| YUV | 81.52 | 188.09 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 188 | 0.80 | 0.56 | 0 | 0.26 | 222 | 0.66 | 0.44 |
| Hex | 26 | 53 | BC | 50 | 38 | 0 | 1A | DE | 42 | 2C |
| Octal | 46 | 123 | 274 | 120 | 70 | 0 | 32 | 336 | 102 | 54 |
| Binary | 100110 | 1010011 | 10111100 | 1010000 | 111000 | 0 | 11010 | 11011110 | 1000010 | 101100 |
Color Harmonies of #2653BC
Complementary color
Monochromatic Colors of #2653BC
Black with #2653BC
Text Example
Text Example
White with #2653BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2653BC; }
p { color: rgb(38,83,188); }
H1.HeaderClassName
{
color: #2653BC;
}
.AnyTagClassName
{
color: #2653BC;
}
</style>
background-color css
<style>
a { background-color: #2653BC; }
a { background-color: rgb(38,83,188); }
div.DivClassName
{
background-color: #2653BC;
}
.BgClassName
{
background-color: #2653BC;
}
</style>
border-color css
<style>
span { border-color: #2653BC; }
span { border-color: rgb(38,83,188); }
td.TdClassName
{
border-color: #2653BC;
}
.TagClassName
{
border-color: #2653BC;
}
</style>