Shades of Cerulean Blue #3350AF
Tints of Cerulean Blue #3350AF
RGB
CMYK
RGB Variations
Color information
#3350AF (or 0x3350AF) is known color: Cerulean Blue. HEX triplet: 33, 50 and AF. RGB value is (51,80,175). Sum of RGB (Red+Green+Blue) = 51+80+175=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #3350AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3350AF is #CCAF50. Grayscale: #515151. Windows color (decimal): -13414225 or 11489331. OLE color: 11489331.
HSL color Cylindrical-coordinate representation of color #3350AF: hue angle of 225.97º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3350AF is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 80 | 175 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.31 |
| HSL | 225.97º | 0.55% | 0.44% | - |
| HSV(B) | 225.97º | 0.71% | 0.69% | - |
| XYZ | 11.97 | 9.54 | 41.77 | - |
| YUV | 82.16 | 180.39 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 175 | 0.71 | 0.54 | 0 | 0.31 | 225.97 | 0.55 | 0.44 |
| Hex | 33 | 50 | AF | 47 | 36 | 0 | 1F | E2 | 37 | 2C |
| Octal | 63 | 120 | 257 | 107 | 66 | 0 | 37 | 342 | 67 | 54 |
| Binary | 110011 | 1010000 | 10101111 | 1000111 | 110110 | 0 | 11111 | 11100010 | 110111 | 101100 |
Color Harmonies of #3350AF
Complementary color
Monochromatic Colors of #3350AF
Black with #3350AF
Text Example
Text Example
White with #3350AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3350AF; }
p { color: rgb(51,80,175); }
H1.HeaderClassName
{
color: #3350AF;
}
.AnyTagClassName
{
color: #3350AF;
}
</style>
background-color css
<style>
a { background-color: #3350AF; }
a { background-color: rgb(51,80,175); }
div.DivClassName
{
background-color: #3350AF;
}
.BgClassName
{
background-color: #3350AF;
}
</style>
border-color css
<style>
span { border-color: #3350AF; }
span { border-color: rgb(51,80,175); }
td.TdClassName
{
border-color: #3350AF;
}
.TagClassName
{
border-color: #3350AF;
}
</style>