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