Shades of Cerulean Blue #3266CB
Tints of Cerulean Blue #3266CB
RGB
CMYK
RGB Variations
Color information
#3266CB (or 0x3266CB) is known color: Cerulean Blue. HEX triplet: 32, 66 and CB. RGB value is (50,102,203). Sum of RGB (Red+Green+Blue) = 50+102+203=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #3266CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3266CB is #CD9934. Grayscale: #616161. Windows color (decimal): -13474101 or 13329970. OLE color: 13329970.
HSL color Cylindrical-coordinate representation of color #3266CB: hue angle of 219.61º 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 #3266CB is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 102 | 203 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.20 |
| HSL | 219.61º | 0.6% | 0.5% | - |
| HSV(B) | 219.61º | 0.75% | 0.8% | - |
| XYZ | 16.85 | 14.49 | 58.41 | - |
| YUV | 97.97 | 187.27 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 203 | 0.75 | 0.50 | 0 | 0.20 | 219.61 | 0.6 | 0.5 |
| Hex | 32 | 66 | CB | 4B | 32 | 0 | 14 | DC | 3C | 32 |
| Octal | 62 | 146 | 313 | 113 | 62 | 0 | 24 | 334 | 74 | 62 |
| Binary | 110010 | 1100110 | 11001011 | 1001011 | 110010 | 0 | 10100 | 11011100 | 111100 | 110010 |
Color Harmonies of #3266CB
Complementary color
Monochromatic Colors of #3266CB
Black with #3266CB
Text Example
Text Example
White with #3266CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3266CB; }
p { color: rgb(50,102,203); }
H1.HeaderClassName
{
color: #3266CB;
}
.AnyTagClassName
{
color: #3266CB;
}
</style>
background-color css
<style>
a { background-color: #3266CB; }
a { background-color: rgb(50,102,203); }
div.DivClassName
{
background-color: #3266CB;
}
.BgClassName
{
background-color: #3266CB;
}
</style>
border-color css
<style>
span { border-color: #3266CB; }
span { border-color: rgb(50,102,203); }
td.TdClassName
{
border-color: #3266CB;
}
.TagClassName
{
border-color: #3266CB;
}
</style>