Shades of Cerulean Blue #3062CB
Tints of Cerulean Blue #3062CB
RGB
CMYK
RGB Variations
Color information
#3062CB (or 0x3062CB) is known color: Cerulean Blue. HEX triplet: 30, 62 and CB. RGB value is (48,98,203). Sum of RGB (Red+Green+Blue) = 48+98+203=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #3062CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3062CB is #CF9D34. Grayscale: #5E5E5E. Windows color (decimal): -13606197 or 13328944. OLE color: 13328944.
HSL color Cylindrical-coordinate representation of color #3062CB: hue angle of 220.65º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3062CB is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 98 | 203 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.20 |
| HSL | 220.65º | 0.62% | 0.49% | - |
| HSV(B) | 220.65º | 0.76% | 0.8% | - |
| XYZ | 16.37 | 13.68 | 58.28 | - |
| YUV | 95.02 | 188.94 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 98 | 203 | 0.76 | 0.52 | 0 | 0.20 | 220.65 | 0.62 | 0.49 |
| Hex | 30 | 62 | CB | 4C | 34 | 0 | 14 | DD | 3E | 31 |
| Octal | 60 | 142 | 313 | 114 | 64 | 0 | 24 | 335 | 76 | 61 |
| Binary | 110000 | 1100010 | 11001011 | 1001100 | 110100 | 0 | 10100 | 11011101 | 111110 | 110001 |
Color Harmonies of #3062CB
Complementary color
Monochromatic Colors of #3062CB
Black with #3062CB
Text Example
Text Example
White with #3062CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3062CB; }
p { color: rgb(48,98,203); }
H1.HeaderClassName
{
color: #3062CB;
}
.AnyTagClassName
{
color: #3062CB;
}
</style>
background-color css
<style>
a { background-color: #3062CB; }
a { background-color: rgb(48,98,203); }
div.DivClassName
{
background-color: #3062CB;
}
.BgClassName
{
background-color: #3062CB;
}
</style>
border-color css
<style>
span { border-color: #3062CB; }
span { border-color: rgb(48,98,203); }
td.TdClassName
{
border-color: #3062CB;
}
.TagClassName
{
border-color: #3062CB;
}
</style>