Shades of Cerulean #03769D
Tints of Cerulean #03769D
RGB
CMYK
RGB Variations
Color information
#03769D (or 0x03769D) is known color: Cerulean. HEX triplet: 03, 76 and 9D. RGB value is (3,118,157). Sum of RGB (Red+Green+Blue) = 3+118+157=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #03769D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03769D is #FC8962. Grayscale: #575757. Windows color (decimal): -16550243 or 10319363. OLE color: 10319363.
HSL color Cylindrical-coordinate representation of color #03769D: hue angle of 195.19º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03769D is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 118 | 157 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.38 |
| HSL | 195.19º | 0.96% | 0.31% | - |
| HSV(B) | 195.19º | 0.98% | 0.62% | - |
| XYZ | 12.6 | 15.41 | 34.21 | - |
| YUV | 88.06 | 166.9 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 118 | 157 | 0.98 | 0.25 | 0 | 0.38 | 195.19 | 0.96 | 0.31 |
| Hex | 3 | 76 | 9D | 62 | 19 | 0 | 26 | C3 | 60 | 1F |
| Octal | 3 | 166 | 235 | 142 | 31 | 0 | 46 | 303 | 140 | 37 |
| Binary | 11 | 1110110 | 10011101 | 1100010 | 11001 | 0 | 100110 | 11000011 | 1100000 | 11111 |
Color Harmonies of #03769D
Complementary color
Monochromatic Colors of #03769D
Black with #03769D
Text Example
Text Example
White with #03769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03769D; }
p { color: rgb(3,118,157); }
H1.HeaderClassName
{
color: #03769D;
}
.AnyTagClassName
{
color: #03769D;
}
</style>
background-color css
<style>
a { background-color: #03769D; }
a { background-color: rgb(3,118,157); }
div.DivClassName
{
background-color: #03769D;
}
.BgClassName
{
background-color: #03769D;
}
</style>
border-color css
<style>
span { border-color: #03769D; }
span { border-color: rgb(3,118,157); }
td.TdClassName
{
border-color: #03769D;
}
.TagClassName
{
border-color: #03769D;
}
</style>