Shades of Cerulean #0363A3
Tints of Cerulean #0363A3
RGB
CMYK
RGB Variations
Color information
#0363A3 (or 0x0363A3) is known color: Cerulean. HEX triplet: 03, 63 and A3. RGB value is (3,99,163). Sum of RGB (Red+Green+Blue) = 3+99+163=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 163 (64.06% from 255 or 61.51% from 265); Max value from RGB is 163 - color contains mainly: blue. Hex color #0363A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0363A3 is #FC9C5C. Grayscale: #4D4D4D. Windows color (decimal): -16555101 or 10707715. OLE color: 10707715.
HSL color Cylindrical-coordinate representation of color #0363A3: hue angle of 204º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0363A3 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 99 | 163 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.36 |
| HSL | 204º | 0.96% | 0.33% | - |
| HSV(B) | 204º | 0.98% | 0.64% | - |
| XYZ | 11.11 | 11.59 | 36.3 | - |
| YUV | 77.59 | 176.2 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 163 | 0.98 | 0.39 | 0 | 0.36 | 204 | 0.96 | 0.33 |
| Hex | 3 | 63 | A3 | 62 | 27 | 0 | 24 | CC | 60 | 21 |
| Octal | 3 | 143 | 243 | 142 | 47 | 0 | 44 | 314 | 140 | 41 |
| Binary | 11 | 1100011 | 10100011 | 1100010 | 100111 | 0 | 100100 | 11001100 | 1100000 | 100001 |
Color Harmonies of #0363A3
Complementary color
Monochromatic Colors of #0363A3
Black with #0363A3
Text Example
Text Example
White with #0363A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0363A3; }
p { color: rgb(3,99,163); }
H1.HeaderClassName
{
color: #0363A3;
}
.AnyTagClassName
{
color: #0363A3;
}
</style>
background-color css
<style>
a { background-color: #0363A3; }
a { background-color: rgb(3,99,163); }
div.DivClassName
{
background-color: #0363A3;
}
.BgClassName
{
background-color: #0363A3;
}
</style>
border-color css
<style>
span { border-color: #0363A3; }
span { border-color: rgb(3,99,163); }
td.TdClassName
{
border-color: #0363A3;
}
.TagClassName
{
border-color: #0363A3;
}
</style>