Shades of Cerulean #03679C
Tints of Cerulean #03679C
RGB
CMYK
RGB Variations
Color information
#03679C (or 0x03679C) is known color: Cerulean. HEX triplet: 03, 67 and 9C. RGB value is (3,103,156). Sum of RGB (Red+Green+Blue) = 3+103+156=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #03679C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03679C is #FC9863. Grayscale: #4E4E4E. Windows color (decimal): -16554084 or 10249987. OLE color: 10249987.
HSL color Cylindrical-coordinate representation of color #03679C: hue angle of 200.78º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03679C is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 103 | 156 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.39 |
| HSL | 200.78º | 0.96% | 0.31% | - |
| HSV(B) | 200.78º | 0.98% | 0.61% | - |
| XYZ | 10.89 | 12.12 | 33.22 | - |
| YUV | 79.14 | 171.37 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 156 | 0.98 | 0.34 | 0 | 0.39 | 200.78 | 0.96 | 0.31 |
| Hex | 3 | 67 | 9C | 62 | 22 | 0 | 27 | C9 | 60 | 1F |
| Octal | 3 | 147 | 234 | 142 | 42 | 0 | 47 | 311 | 140 | 37 |
| Binary | 11 | 1100111 | 10011100 | 1100010 | 100010 | 0 | 100111 | 11001001 | 1100000 | 11111 |
Color Harmonies of #03679C
Complementary color
Monochromatic Colors of #03679C
Black with #03679C
Text Example
Text Example
White with #03679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03679C; }
p { color: rgb(3,103,156); }
H1.HeaderClassName
{
color: #03679C;
}
.AnyTagClassName
{
color: #03679C;
}
</style>
background-color css
<style>
a { background-color: #03679C; }
a { background-color: rgb(3,103,156); }
div.DivClassName
{
background-color: #03679C;
}
.BgClassName
{
background-color: #03679C;
}
</style>
border-color css
<style>
span { border-color: #03679C; }
span { border-color: rgb(3,103,156); }
td.TdClassName
{
border-color: #03679C;
}
.TagClassName
{
border-color: #03679C;
}
</style>