Shades of Cerulean #03769C
Tints of Cerulean #03769C
RGB
CMYK
RGB Variations
Color information
#03769C (or 0x03769C) is known color: Cerulean. HEX triplet: 03, 76 and 9C. RGB value is (3,118,156). Sum of RGB (Red+Green+Blue) = 3+118+156=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #03769C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03769C is #FC8963. Grayscale: #575757. Windows color (decimal): -16550244 or 10253827. OLE color: 10253827.
HSL color Cylindrical-coordinate representation of color #03769C: hue angle of 194.9º 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 #03769C is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 118 | 156 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.39 |
| HSL | 194.9º | 0.96% | 0.31% | - |
| HSV(B) | 194.9º | 0.98% | 0.61% | - |
| XYZ | 12.52 | 15.38 | 33.76 | - |
| YUV | 87.95 | 166.4 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 118 | 156 | 0.98 | 0.24 | 0 | 0.39 | 194.9 | 0.96 | 0.31 |
| Hex | 3 | 76 | 9C | 62 | 18 | 0 | 27 | C3 | 60 | 1F |
| Octal | 3 | 166 | 234 | 142 | 30 | 0 | 47 | 303 | 140 | 37 |
| Binary | 11 | 1110110 | 10011100 | 1100010 | 11000 | 0 | 100111 | 11000011 | 1100000 | 11111 |
Color Harmonies of #03769C
Complementary color
Monochromatic Colors of #03769C
Black with #03769C
Text Example
Text Example
White with #03769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03769C; }
p { color: rgb(3,118,156); }
H1.HeaderClassName
{
color: #03769C;
}
.AnyTagClassName
{
color: #03769C;
}
</style>
background-color css
<style>
a { background-color: #03769C; }
a { background-color: rgb(3,118,156); }
div.DivClassName
{
background-color: #03769C;
}
.BgClassName
{
background-color: #03769C;
}
</style>
border-color css
<style>
span { border-color: #03769C; }
span { border-color: rgb(3,118,156); }
td.TdClassName
{
border-color: #03769C;
}
.TagClassName
{
border-color: #03769C;
}
</style>