Shades of Cerulean Blue #3344AF
Tints of Cerulean Blue #3344AF
RGB
CMYK
RGB Variations
Color information
#3344AF (or 0x3344AF) is known color: Cerulean Blue. HEX triplet: 33, 44 and AF. RGB value is (51,68,175). Sum of RGB (Red+Green+Blue) = 51+68+175=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #3344AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3344AF is #CCBB50. Grayscale: #4A4A4A. Windows color (decimal): -13417297 or 11486259. OLE color: 11486259.
HSL color Cylindrical-coordinate representation of color #3344AF: hue angle of 231.77º 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 #3344AF is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 68 | 175 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.31 |
| HSL | 231.77º | 0.55% | 0.44% | - |
| HSV(B) | 231.77º | 0.71% | 0.69% | - |
| XYZ | 11.17 | 7.93 | 41.5 | - |
| YUV | 75.12 | 184.37 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 175 | 0.71 | 0.61 | 0 | 0.31 | 231.77 | 0.55 | 0.44 |
| Hex | 33 | 44 | AF | 47 | 3D | 0 | 1F | E8 | 37 | 2C |
| Octal | 63 | 104 | 257 | 107 | 75 | 0 | 37 | 350 | 67 | 54 |
| Binary | 110011 | 1000100 | 10101111 | 1000111 | 111101 | 0 | 11111 | 11101000 | 110111 | 101100 |
Color Harmonies of #3344AF
Complementary color
Monochromatic Colors of #3344AF
Black with #3344AF
Text Example
Text Example
White with #3344AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3344AF; }
p { color: rgb(51,68,175); }
H1.HeaderClassName
{
color: #3344AF;
}
.AnyTagClassName
{
color: #3344AF;
}
</style>
background-color css
<style>
a { background-color: #3344AF; }
a { background-color: rgb(51,68,175); }
div.DivClassName
{
background-color: #3344AF;
}
.BgClassName
{
background-color: #3344AF;
}
</style>
border-color css
<style>
span { border-color: #3344AF; }
span { border-color: rgb(51,68,175); }
td.TdClassName
{
border-color: #3344AF;
}
.TagClassName
{
border-color: #3344AF;
}
</style>