Shades of Cerulean Blue #3265CB
Tints of Cerulean Blue #3265CB
RGB
CMYK
RGB Variations
Color information
#3265CB (or 0x3265CB) is known color: Cerulean Blue. HEX triplet: 32, 65 and CB. RGB value is (50,101,203). Sum of RGB (Red+Green+Blue) = 50+101+203=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #3265CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3265CB is #CD9A34. Grayscale: #606060. Windows color (decimal): -13474357 or 13329714. OLE color: 13329714.
HSL color Cylindrical-coordinate representation of color #3265CB: hue angle of 220º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3265CB is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 101 | 203 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.20 |
| HSL | 220º | 0.6% | 0.5% | - |
| HSV(B) | 220º | 0.75% | 0.8% | - |
| XYZ | 16.75 | 14.3 | 58.38 | - |
| YUV | 97.38 | 187.6 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 203 | 0.75 | 0.50 | 0 | 0.20 | 220 | 0.6 | 0.5 |
| Hex | 32 | 65 | CB | 4B | 32 | 0 | 14 | DC | 3C | 32 |
| Octal | 62 | 145 | 313 | 113 | 62 | 0 | 24 | 334 | 74 | 62 |
| Binary | 110010 | 1100101 | 11001011 | 1001011 | 110010 | 0 | 10100 | 11011100 | 111100 | 110010 |
Color Harmonies of #3265CB
Complementary color
Monochromatic Colors of #3265CB
Black with #3265CB
Text Example
Text Example
White with #3265CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3265CB; }
p { color: rgb(50,101,203); }
H1.HeaderClassName
{
color: #3265CB;
}
.AnyTagClassName
{
color: #3265CB;
}
</style>
background-color css
<style>
a { background-color: #3265CB; }
a { background-color: rgb(50,101,203); }
div.DivClassName
{
background-color: #3265CB;
}
.BgClassName
{
background-color: #3265CB;
}
</style>
border-color css
<style>
span { border-color: #3265CB; }
span { border-color: rgb(50,101,203); }
td.TdClassName
{
border-color: #3265CB;
}
.TagClassName
{
border-color: #3265CB;
}
</style>