Shades of Cerulean Blue #3365BD
Tints of Cerulean Blue #3365BD
RGB
CMYK
RGB Variations
Color information
#3365BD (or 0x3365BD) is known color: Cerulean Blue. HEX triplet: 33, 65 and BD. RGB value is (51,101,189). Sum of RGB (Red+Green+Blue) = 51+101+189=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #3365BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3365BD is #CC9A42. Grayscale: #5F5F5F. Windows color (decimal): -13408835 or 12412211. OLE color: 12412211.
HSL color Cylindrical-coordinate representation of color #3365BD: hue angle of 218.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3365BD is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 101 | 189 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.26 |
| HSL | 218.26º | 0.58% | 0.47% | - |
| HSV(B) | 218.26º | 0.73% | 0.74% | - |
| XYZ | 15.2 | 13.69 | 49.98 | - |
| YUV | 96.08 | 180.44 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 189 | 0.73 | 0.47 | 0 | 0.26 | 218.26 | 0.58 | 0.47 |
| Hex | 33 | 65 | BD | 49 | 2F | 0 | 1A | DA | 3A | 2F |
| Octal | 63 | 145 | 275 | 111 | 57 | 0 | 32 | 332 | 72 | 57 |
| Binary | 110011 | 1100101 | 10111101 | 1001001 | 101111 | 0 | 11010 | 11011010 | 111010 | 101111 |
Color Harmonies of #3365BD
Complementary color
Monochromatic Colors of #3365BD
Black with #3365BD
Text Example
Text Example
White with #3365BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3365BD; }
p { color: rgb(51,101,189); }
H1.HeaderClassName
{
color: #3365BD;
}
.AnyTagClassName
{
color: #3365BD;
}
</style>
background-color css
<style>
a { background-color: #3365BD; }
a { background-color: rgb(51,101,189); }
div.DivClassName
{
background-color: #3365BD;
}
.BgClassName
{
background-color: #3365BD;
}
</style>
border-color css
<style>
span { border-color: #3365BD; }
span { border-color: rgb(51,101,189); }
td.TdClassName
{
border-color: #3365BD;
}
.TagClassName
{
border-color: #3365BD;
}
</style>