Shades of Cerulean #03659D
Tints of Cerulean #03659D
RGB
CMYK
RGB Variations
Color information
#03659D (or 0x03659D) is known color: Cerulean. HEX triplet: 03, 65 and 9D. RGB value is (3,101,157). Sum of RGB (Red+Green+Blue) = 3+101+157=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #03659D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03659D is #FC9A62. Grayscale: #4D4D4D. Windows color (decimal): -16554595 or 10315011. OLE color: 10315011.
HSL color Cylindrical-coordinate representation of color #03659D: hue angle of 201.82º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03659D is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 101 | 157 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.38 |
| HSL | 201.82º | 0.96% | 0.31% | - |
| HSV(B) | 201.82º | 0.98% | 0.62% | - |
| XYZ | 10.78 | 11.76 | 33.6 | - |
| YUV | 78.08 | 172.53 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 157 | 0.98 | 0.36 | 0 | 0.38 | 201.82 | 0.96 | 0.31 |
| Hex | 3 | 65 | 9D | 62 | 24 | 0 | 26 | CA | 60 | 1F |
| Octal | 3 | 145 | 235 | 142 | 44 | 0 | 46 | 312 | 140 | 37 |
| Binary | 11 | 1100101 | 10011101 | 1100010 | 100100 | 0 | 100110 | 11001010 | 1100000 | 11111 |
Color Harmonies of #03659D
Complementary color
Monochromatic Colors of #03659D
Black with #03659D
Text Example
Text Example
White with #03659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03659D; }
p { color: rgb(3,101,157); }
H1.HeaderClassName
{
color: #03659D;
}
.AnyTagClassName
{
color: #03659D;
}
</style>
background-color css
<style>
a { background-color: #03659D; }
a { background-color: rgb(3,101,157); }
div.DivClassName
{
background-color: #03659D;
}
.BgClassName
{
background-color: #03659D;
}
</style>
border-color css
<style>
span { border-color: #03659D; }
span { border-color: rgb(3,101,157); }
td.TdClassName
{
border-color: #03659D;
}
.TagClassName
{
border-color: #03659D;
}
</style>