Shades of Cerulean #03659C
Tints of Cerulean #03659C
RGB
CMYK
RGB Variations
Color information
#03659C (or 0x03659C) is known color: Cerulean. HEX triplet: 03, 65 and 9C. RGB value is (3,101,156). Sum of RGB (Red+Green+Blue) = 3+101+156=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #03659C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03659C is #FC9A63. Grayscale: #4D4D4D. Windows color (decimal): -16554596 or 10249475. OLE color: 10249475.
HSL color Cylindrical-coordinate representation of color #03659C: hue angle of 201.57º 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 #03659C is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 101 | 156 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.39 |
| HSL | 201.57º | 0.96% | 0.31% | - |
| HSV(B) | 201.57º | 0.98% | 0.61% | - |
| XYZ | 10.69 | 11.73 | 33.15 | - |
| YUV | 77.97 | 172.03 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 156 | 0.98 | 0.35 | 0 | 0.39 | 201.57 | 0.96 | 0.31 |
| Hex | 3 | 65 | 9C | 62 | 23 | 0 | 27 | CA | 60 | 1F |
| Octal | 3 | 145 | 234 | 142 | 43 | 0 | 47 | 312 | 140 | 37 |
| Binary | 11 | 1100101 | 10011100 | 1100010 | 100011 | 0 | 100111 | 11001010 | 1100000 | 11111 |
Color Harmonies of #03659C
Complementary color
Monochromatic Colors of #03659C
Black with #03659C
Text Example
Text Example
White with #03659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03659C; }
p { color: rgb(3,101,156); }
H1.HeaderClassName
{
color: #03659C;
}
.AnyTagClassName
{
color: #03659C;
}
</style>
background-color css
<style>
a { background-color: #03659C; }
a { background-color: rgb(3,101,156); }
div.DivClassName
{
background-color: #03659C;
}
.BgClassName
{
background-color: #03659C;
}
</style>
border-color css
<style>
span { border-color: #03659C; }
span { border-color: rgb(3,101,156); }
td.TdClassName
{
border-color: #03659C;
}
.TagClassName
{
border-color: #03659C;
}
</style>