Shades of Cerulean #03759C
Tints of Cerulean #03759C
RGB
CMYK
RGB Variations
Color information
#03759C (or 0x03759C) is known color: Cerulean. HEX triplet: 03, 75 and 9C. RGB value is (3,117,156). Sum of RGB (Red+Green+Blue) = 3+117+156=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #03759C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03759C is #FC8A63. Grayscale: #575757. Windows color (decimal): -16550500 or 10253571. OLE color: 10253571.
HSL color Cylindrical-coordinate representation of color #03759C: hue angle of 195.29º 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 #03759C is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 117 | 156 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.39 |
| HSL | 195.29º | 0.96% | 0.31% | - |
| HSV(B) | 195.29º | 0.98% | 0.61% | - |
| XYZ | 12.4 | 15.14 | 33.72 | - |
| YUV | 87.36 | 166.73 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 156 | 0.98 | 0.25 | 0 | 0.39 | 195.29 | 0.96 | 0.31 |
| Hex | 3 | 75 | 9C | 62 | 19 | 0 | 27 | C3 | 60 | 1F |
| Octal | 3 | 165 | 234 | 142 | 31 | 0 | 47 | 303 | 140 | 37 |
| Binary | 11 | 1110101 | 10011100 | 1100010 | 11001 | 0 | 100111 | 11000011 | 1100000 | 11111 |
Color Harmonies of #03759C
Complementary color
Monochromatic Colors of #03759C
Black with #03759C
Text Example
Text Example
White with #03759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03759C; }
p { color: rgb(3,117,156); }
H1.HeaderClassName
{
color: #03759C;
}
.AnyTagClassName
{
color: #03759C;
}
</style>
background-color css
<style>
a { background-color: #03759C; }
a { background-color: rgb(3,117,156); }
div.DivClassName
{
background-color: #03759C;
}
.BgClassName
{
background-color: #03759C;
}
</style>
border-color css
<style>
span { border-color: #03759C; }
span { border-color: rgb(3,117,156); }
td.TdClassName
{
border-color: #03759C;
}
.TagClassName
{
border-color: #03759C;
}
</style>