Shades of Cerulean Blue #3065CC
Tints of Cerulean Blue #3065CC
RGB
CMYK
RGB Variations
Color information
#3065CC (or 0x3065CC) is known color: Cerulean Blue. HEX triplet: 30, 65 and CC. RGB value is (48,101,204). Sum of RGB (Red+Green+Blue) = 48+101+204=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #3065CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3065CC is #CF9A33. Grayscale: #606060. Windows color (decimal): -13605428 or 13395248. OLE color: 13395248.
HSL color Cylindrical-coordinate representation of color #3065CC: hue angle of 219.62º 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 #3065CC is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 101 | 204 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.2 |
| HSL | 219.62º | 0.62% | 0.49% | - |
| HSV(B) | 219.62º | 0.76% | 0.8% | - |
| XYZ | 16.77 | 14.3 | 59 | - |
| YUV | 96.9 | 188.44 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 204 | 0.76 | 0.50 | 0 | 0.2 | 219.62 | 0.62 | 0.49 |
| Hex | 30 | 65 | CC | 4C | 32 | 0 | 14 | DC | 3E | 31 |
| Octal | 60 | 145 | 314 | 114 | 62 | 0 | 24 | 334 | 76 | 61 |
| Binary | 110000 | 1100101 | 11001100 | 1001100 | 110010 | 0 | 10100 | 11011100 | 111110 | 110001 |
Color Harmonies of #3065CC
Complementary color
Monochromatic Colors of #3065CC
Black with #3065CC
Text Example
Text Example
White with #3065CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3065CC; }
p { color: rgb(48,101,204); }
H1.HeaderClassName
{
color: #3065CC;
}
.AnyTagClassName
{
color: #3065CC;
}
</style>
background-color css
<style>
a { background-color: #3065CC; }
a { background-color: rgb(48,101,204); }
div.DivClassName
{
background-color: #3065CC;
}
.BgClassName
{
background-color: #3065CC;
}
</style>
border-color css
<style>
span { border-color: #3065CC; }
span { border-color: rgb(48,101,204); }
td.TdClassName
{
border-color: #3065CC;
}
.TagClassName
{
border-color: #3065CC;
}
</style>