Shades of Cerulean #0374B3
Tints of Cerulean #0374B3
RGB
CMYK
RGB Variations
Color information
#0374B3 (or 0x0374B3) is known color: Cerulean. HEX triplet: 03, 74 and B3. RGB value is (3,116,179). Sum of RGB (Red+Green+Blue) = 3+116+179=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 179 (70.31% from 255 or 60.07% from 298); Max value from RGB is 179 - color contains mainly: blue. Hex color #0374B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0374B3 is #FC8B4C. Grayscale: #595959. Windows color (decimal): -16550733 or 11760643. OLE color: 11760643.
HSL color Cylindrical-coordinate representation of color #0374B3: hue angle of 201.48º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0374B3 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 116 | 179 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.30 |
| HSL | 201.48º | 0.97% | 0.36% | - |
| HSV(B) | 201.48º | 0.98% | 0.7% | - |
| XYZ | 14.42 | 15.76 | 44.93 | - |
| YUV | 89.4 | 178.56 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 179 | 0.98 | 0.35 | 0 | 0.30 | 201.48 | 0.97 | 0.36 |
| Hex | 3 | 74 | B3 | 62 | 23 | 0 | 1E | C9 | 61 | 24 |
| Octal | 3 | 164 | 263 | 142 | 43 | 0 | 36 | 311 | 141 | 44 |
| Binary | 11 | 1110100 | 10110011 | 1100010 | 100011 | 0 | 11110 | 11001001 | 1100001 | 100100 |
Color Harmonies of #0374B3
Complementary color
Monochromatic Colors of #0374B3
Black with #0374B3
Text Example
Text Example
White with #0374B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0374B3; }
p { color: rgb(3,116,179); }
H1.HeaderClassName
{
color: #0374B3;
}
.AnyTagClassName
{
color: #0374B3;
}
</style>
background-color css
<style>
a { background-color: #0374B3; }
a { background-color: rgb(3,116,179); }
div.DivClassName
{
background-color: #0374B3;
}
.BgClassName
{
background-color: #0374B3;
}
</style>
border-color css
<style>
span { border-color: #0374B3; }
span { border-color: rgb(3,116,179); }
td.TdClassName
{
border-color: #0374B3;
}
.TagClassName
{
border-color: #0374B3;
}
</style>