Shades of Cerulean Blue #3267CB
Tints of Cerulean Blue #3267CB
RGB
CMYK
RGB Variations
Color information
#3267CB (or 0x3267CB) is known color: Cerulean Blue. HEX triplet: 32, 67 and CB. RGB value is (50,103,203). Sum of RGB (Red+Green+Blue) = 50+103+203=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #3267CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3267CB is #CD9834. Grayscale: #626262. Windows color (decimal): -13473845 or 13330226. OLE color: 13330226.
HSL color Cylindrical-coordinate representation of color #3267CB: hue angle of 219.22º 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 #3267CB is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 103 | 203 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.20 |
| HSL | 219.22º | 0.6% | 0.5% | - |
| HSV(B) | 219.22º | 0.75% | 0.8% | - |
| XYZ | 16.95 | 14.69 | 58.44 | - |
| YUV | 98.55 | 186.94 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 203 | 0.75 | 0.49 | 0 | 0.20 | 219.22 | 0.6 | 0.5 |
| Hex | 32 | 67 | CB | 4B | 31 | 0 | 14 | DB | 3C | 32 |
| Octal | 62 | 147 | 313 | 113 | 61 | 0 | 24 | 333 | 74 | 62 |
| Binary | 110010 | 1100111 | 11001011 | 1001011 | 110001 | 0 | 10100 | 11011011 | 111100 | 110010 |
Color Harmonies of #3267CB
Complementary color
Monochromatic Colors of #3267CB
Black with #3267CB
Text Example
Text Example
White with #3267CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3267CB; }
p { color: rgb(50,103,203); }
H1.HeaderClassName
{
color: #3267CB;
}
.AnyTagClassName
{
color: #3267CB;
}
</style>
background-color css
<style>
a { background-color: #3267CB; }
a { background-color: rgb(50,103,203); }
div.DivClassName
{
background-color: #3267CB;
}
.BgClassName
{
background-color: #3267CB;
}
</style>
border-color css
<style>
span { border-color: #3267CB; }
span { border-color: rgb(50,103,203); }
td.TdClassName
{
border-color: #3267CB;
}
.TagClassName
{
border-color: #3267CB;
}
</style>