Shades of Cerulean #0365AD
Tints of Cerulean #0365AD
RGB
CMYK
RGB Variations
Color information
#0365AD (or 0x0365AD) is known color: Cerulean. HEX triplet: 03, 65 and AD. RGB value is (3,101,173). Sum of RGB (Red+Green+Blue) = 3+101+173=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #0365AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0365AD is #FC9A52. Grayscale: #4F4F4F. Windows color (decimal): -16554579 or 11363587. OLE color: 11363587.
HSL color Cylindrical-coordinate representation of color #0365AD: hue angle of 205.41º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0365AD is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 101 | 173 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.32 |
| HSL | 205.41º | 0.97% | 0.35% | - |
| HSV(B) | 205.41º | 0.98% | 0.68% | - |
| XYZ | 12.23 | 12.34 | 41.27 | - |
| YUV | 79.91 | 180.53 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 173 | 0.98 | 0.42 | 0 | 0.32 | 205.41 | 0.97 | 0.35 |
| Hex | 3 | 65 | AD | 62 | 2A | 0 | 20 | CD | 61 | 23 |
| Octal | 3 | 145 | 255 | 142 | 52 | 0 | 40 | 315 | 141 | 43 |
| Binary | 11 | 1100101 | 10101101 | 1100010 | 101010 | 0 | 100000 | 11001101 | 1100001 | 100011 |
Color Harmonies of #0365AD
Complementary color
Monochromatic Colors of #0365AD
Black with #0365AD
Text Example
Text Example
White with #0365AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0365AD; }
p { color: rgb(3,101,173); }
H1.HeaderClassName
{
color: #0365AD;
}
.AnyTagClassName
{
color: #0365AD;
}
</style>
background-color css
<style>
a { background-color: #0365AD; }
a { background-color: rgb(3,101,173); }
div.DivClassName
{
background-color: #0365AD;
}
.BgClassName
{
background-color: #0365AD;
}
</style>
border-color css
<style>
span { border-color: #0365AD; }
span { border-color: rgb(3,101,173); }
td.TdClassName
{
border-color: #0365AD;
}
.TagClassName
{
border-color: #0365AD;
}
</style>