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