Shades of Cerulean Blue #3064CC
Tints of Cerulean Blue #3064CC
RGB
CMYK
RGB Variations
Color information
#3064CC (or 0x3064CC) is known color: Cerulean Blue. HEX triplet: 30, 64 and CC. RGB value is (48,100,204). Sum of RGB (Red+Green+Blue) = 48+100+204=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #3064CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3064CC is #CF9B33. Grayscale: #5F5F5F. Windows color (decimal): -13605684 or 13394992. OLE color: 13394992.
HSL color Cylindrical-coordinate representation of color #3064CC: hue angle of 220º 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 #3064CC is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 100 | 204 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.2 |
| HSL | 220º | 0.62% | 0.49% | - |
| HSV(B) | 220º | 0.76% | 0.8% | - |
| XYZ | 16.68 | 14.1 | 58.97 | - |
| YUV | 96.31 | 188.77 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 100 | 204 | 0.76 | 0.51 | 0 | 0.2 | 220 | 0.62 | 0.49 |
| Hex | 30 | 64 | CC | 4C | 33 | 0 | 14 | DC | 3E | 31 |
| Octal | 60 | 144 | 314 | 114 | 63 | 0 | 24 | 334 | 76 | 61 |
| Binary | 110000 | 1100100 | 11001100 | 1001100 | 110011 | 0 | 10100 | 11011100 | 111110 | 110001 |
Color Harmonies of #3064CC
Complementary color
Monochromatic Colors of #3064CC
Black with #3064CC
Text Example
Text Example
White with #3064CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3064CC; }
p { color: rgb(48,100,204); }
H1.HeaderClassName
{
color: #3064CC;
}
.AnyTagClassName
{
color: #3064CC;
}
</style>
background-color css
<style>
a { background-color: #3064CC; }
a { background-color: rgb(48,100,204); }
div.DivClassName
{
background-color: #3064CC;
}
.BgClassName
{
background-color: #3064CC;
}
</style>
border-color css
<style>
span { border-color: #3064CC; }
span { border-color: rgb(48,100,204); }
td.TdClassName
{
border-color: #3064CC;
}
.TagClassName
{
border-color: #3064CC;
}
</style>