Shades of Cerulean #03629B
Tints of Cerulean #03629B
RGB
CMYK
RGB Variations
Color information
#03629B (or 0x03629B) is known color: Cerulean. HEX triplet: 03, 62 and 9B. RGB value is (3,98,155). Sum of RGB (Red+Green+Blue) = 3+98+155=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #03629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03629B is #FC9D64. Grayscale: #4B4B4B. Windows color (decimal): -16555365 or 10183171. OLE color: 10183171.
HSL color Cylindrical-coordinate representation of color #03629B: hue angle of 202.5º 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 #03629B is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 98 | 155 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.39 |
| HSL | 202.5º | 0.96% | 0.31% | - |
| HSV(B) | 202.5º | 0.98% | 0.61% | - |
| XYZ | 10.32 | 11.12 | 32.61 | - |
| YUV | 76.09 | 172.53 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 155 | 0.98 | 0.37 | 0 | 0.39 | 202.5 | 0.96 | 0.31 |
| Hex | 3 | 62 | 9B | 62 | 25 | 0 | 27 | CA | 60 | 1F |
| Octal | 3 | 142 | 233 | 142 | 45 | 0 | 47 | 312 | 140 | 37 |
| Binary | 11 | 1100010 | 10011011 | 1100010 | 100101 | 0 | 100111 | 11001010 | 1100000 | 11111 |
Color Harmonies of #03629B
Complementary color
Monochromatic Colors of #03629B
Black with #03629B
Text Example
Text Example
White with #03629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03629B; }
p { color: rgb(3,98,155); }
H1.HeaderClassName
{
color: #03629B;
}
.AnyTagClassName
{
color: #03629B;
}
</style>
background-color css
<style>
a { background-color: #03629B; }
a { background-color: rgb(3,98,155); }
div.DivClassName
{
background-color: #03629B;
}
.BgClassName
{
background-color: #03629B;
}
</style>
border-color css
<style>
span { border-color: #03629B; }
span { border-color: rgb(3,98,155); }
td.TdClassName
{
border-color: #03629B;
}
.TagClassName
{
border-color: #03629B;
}
</style>