Shades of Cerulean Blue #3064CB
Tints of Cerulean Blue #3064CB
RGB
CMYK
RGB Variations
Color information
#3064CB (or 0x3064CB) is known color: Cerulean Blue. HEX triplet: 30, 64 and CB. RGB value is (48,100,203). Sum of RGB (Red+Green+Blue) = 48+100+203=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #3064CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3064CB is #CF9B34. Grayscale: #5F5F5F. Windows color (decimal): -13605685 or 13329456. OLE color: 13329456.
HSL color Cylindrical-coordinate representation of color #3064CB: hue angle of 219.87º 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 #3064CB is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 100 | 203 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.20 |
| HSL | 219.87º | 0.62% | 0.49% | - |
| HSV(B) | 219.87º | 0.76% | 0.8% | - |
| XYZ | 16.56 | 14.05 | 58.34 | - |
| YUV | 96.19 | 188.27 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 100 | 203 | 0.76 | 0.51 | 0 | 0.20 | 219.87 | 0.62 | 0.49 |
| Hex | 30 | 64 | CB | 4C | 33 | 0 | 14 | DC | 3E | 31 |
| Octal | 60 | 144 | 313 | 114 | 63 | 0 | 24 | 334 | 76 | 61 |
| Binary | 110000 | 1100100 | 11001011 | 1001100 | 110011 | 0 | 10100 | 11011100 | 111110 | 110001 |
Color Harmonies of #3064CB
Complementary color
Monochromatic Colors of #3064CB
Black with #3064CB
Text Example
Text Example
White with #3064CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3064CB; }
p { color: rgb(48,100,203); }
H1.HeaderClassName
{
color: #3064CB;
}
.AnyTagClassName
{
color: #3064CB;
}
</style>
background-color css
<style>
a { background-color: #3064CB; }
a { background-color: rgb(48,100,203); }
div.DivClassName
{
background-color: #3064CB;
}
.BgClassName
{
background-color: #3064CB;
}
</style>
border-color css
<style>
span { border-color: #3064CB; }
span { border-color: rgb(48,100,203); }
td.TdClassName
{
border-color: #3064CB;
}
.TagClassName
{
border-color: #3064CB;
}
</style>