Shades of Cerulean Blue #3266CA
Tints of Cerulean Blue #3266CA
RGB
CMYK
RGB Variations
Color information
#3266CA (or 0x3266CA) is known color: Cerulean Blue. HEX triplet: 32, 66 and CA. RGB value is (50,102,202). Sum of RGB (Red+Green+Blue) = 50+102+202=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #3266CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3266CA is #CD9935. Grayscale: #616161. Windows color (decimal): -13474102 or 13264434. OLE color: 13264434.
HSL color Cylindrical-coordinate representation of color #3266CA: hue angle of 219.47º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3266CA is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 102 | 202 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.21 |
| HSL | 219.47º | 0.6% | 0.49% | - |
| HSV(B) | 219.47º | 0.75% | 0.79% | - |
| XYZ | 16.73 | 14.45 | 57.78 | - |
| YUV | 97.85 | 186.77 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 202 | 0.75 | 0.50 | 0 | 0.21 | 219.47 | 0.6 | 0.49 |
| Hex | 32 | 66 | CA | 4B | 32 | 0 | 15 | DB | 3C | 31 |
| Octal | 62 | 146 | 312 | 113 | 62 | 0 | 25 | 333 | 74 | 61 |
| Binary | 110010 | 1100110 | 11001010 | 1001011 | 110010 | 0 | 10101 | 11011011 | 111100 | 110001 |
Color Harmonies of #3266CA
Complementary color
Monochromatic Colors of #3266CA
Black with #3266CA
Text Example
Text Example
White with #3266CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3266CA; }
p { color: rgb(50,102,202); }
H1.HeaderClassName
{
color: #3266CA;
}
.AnyTagClassName
{
color: #3266CA;
}
</style>
background-color css
<style>
a { background-color: #3266CA; }
a { background-color: rgb(50,102,202); }
div.DivClassName
{
background-color: #3266CA;
}
.BgClassName
{
background-color: #3266CA;
}
</style>
border-color css
<style>
span { border-color: #3266CA; }
span { border-color: rgb(50,102,202); }
td.TdClassName
{
border-color: #3266CA;
}
.TagClassName
{
border-color: #3266CA;
}
</style>