Shades of Cerulean #03629A
Tints of Cerulean #03629A
RGB
CMYK
RGB Variations
Color information
#03629A (or 0x03629A) is known color: Cerulean. HEX triplet: 03, 62 and 9A. RGB value is (3,98,154). Sum of RGB (Red+Green+Blue) = 3+98+154=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #03629A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03629A is #FC9D65. Grayscale: #4B4B4B. Windows color (decimal): -16555366 or 10117635. OLE color: 10117635.
HSL color Cylindrical-coordinate representation of color #03629A: hue angle of 202.25º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03629A is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 98 | 154 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.40 |
| HSL | 202.25º | 0.96% | 0.31% | - |
| HSV(B) | 202.25º | 0.98% | 0.6% | - |
| XYZ | 10.24 | 11.09 | 32.17 | - |
| YUV | 75.98 | 172.03 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 154 | 0.98 | 0.36 | 0 | 0.40 | 202.25 | 0.96 | 0.31 |
| Hex | 3 | 62 | 9A | 62 | 24 | 0 | 28 | CA | 60 | 1F |
| Octal | 3 | 142 | 232 | 142 | 44 | 0 | 50 | 312 | 140 | 37 |
| Binary | 11 | 1100010 | 10011010 | 1100010 | 100100 | 0 | 101000 | 11001010 | 1100000 | 11111 |
Color Harmonies of #03629A
Complementary color
Monochromatic Colors of #03629A
Black with #03629A
Text Example
Text Example
White with #03629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03629A; }
p { color: rgb(3,98,154); }
H1.HeaderClassName
{
color: #03629A;
}
.AnyTagClassName
{
color: #03629A;
}
</style>
background-color css
<style>
a { background-color: #03629A; }
a { background-color: rgb(3,98,154); }
div.DivClassName
{
background-color: #03629A;
}
.BgClassName
{
background-color: #03629A;
}
</style>
border-color css
<style>
span { border-color: #03629A; }
span { border-color: rgb(3,98,154); }
td.TdClassName
{
border-color: #03629A;
}
.TagClassName
{
border-color: #03629A;
}
</style>