Shades of Cerulean #0380BC
Tints of Cerulean #0380BC
RGB
CMYK
RGB Variations
Color information
#0380BC (or 0x0380BC) is known color: Cerulean. HEX triplet: 03, 80 and BC. RGB value is (3,128,188). Sum of RGB (Red+Green+Blue) = 3+128+188=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #0380BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0380BC is #FC7F43. Grayscale: #616161. Windows color (decimal): -16547652 or 12353539. OLE color: 12353539.
HSL color Cylindrical-coordinate representation of color #0380BC: hue angle of 199.46º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0380BC is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 128 | 188 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.26 |
| HSL | 199.46º | 0.97% | 0.37% | - |
| HSV(B) | 199.46º | 0.98% | 0.74% | - |
| XYZ | 16.83 | 19.09 | 50.37 | - |
| YUV | 97.47 | 179.09 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 188 | 0.98 | 0.32 | 0 | 0.26 | 199.46 | 0.97 | 0.37 |
| Hex | 3 | 80 | BC | 62 | 20 | 0 | 1A | C7 | 61 | 25 |
| Octal | 3 | 200 | 274 | 142 | 40 | 0 | 32 | 307 | 141 | 45 |
| Binary | 11 | 10000000 | 10111100 | 1100010 | 100000 | 0 | 11010 | 11000111 | 1100001 | 100101 |
Color Harmonies of #0380BC
Complementary color
Monochromatic Colors of #0380BC
Black with #0380BC
Text Example
Text Example
White with #0380BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0380BC; }
p { color: rgb(3,128,188); }
H1.HeaderClassName
{
color: #0380BC;
}
.AnyTagClassName
{
color: #0380BC;
}
</style>
background-color css
<style>
a { background-color: #0380BC; }
a { background-color: rgb(3,128,188); }
div.DivClassName
{
background-color: #0380BC;
}
.BgClassName
{
background-color: #0380BC;
}
</style>
border-color css
<style>
span { border-color: #0380BC; }
span { border-color: rgb(3,128,188); }
td.TdClassName
{
border-color: #0380BC;
}
.TagClassName
{
border-color: #0380BC;
}
</style>