Shades of Cerulean Blue #3944AA
Tints of Cerulean Blue #3944AA
RGB
CMYK
RGB Variations
Color information
#3944AA (or 0x3944AA) is known color: Cerulean Blue. HEX triplet: 39, 44 and AA. RGB value is (57,68,170). Sum of RGB (Red+Green+Blue) = 57+68+170=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #3944AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3944AA is #C6BB55. Grayscale: #4B4B4B. Windows color (decimal): -13024086 or 11158585. OLE color: 11158585.
HSL color Cylindrical-coordinate representation of color #3944AA: hue angle of 234.16º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3944AA is Cyan = 0.66, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 68 | 170 | - |
| CMYK | 0.66 | 0.6 | 0 | 0.33 |
| HSL | 234.16º | 0.5% | 0.45% | - |
| HSV(B) | 234.16º | 0.66% | 0.67% | - |
| XYZ | 11.01 | 7.91 | 38.98 | - |
| YUV | 76.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 170 | 0.66 | 0.6 | 0 | 0.33 | 234.16 | 0.5 | 0.45 |
| Hex | 39 | 44 | AA | 42 | 3C | 0 | 21 | EA | 32 | 2D |
| Octal | 71 | 104 | 252 | 102 | 74 | 0 | 41 | 352 | 62 | 55 |
| Binary | 111001 | 1000100 | 10101010 | 1000010 | 111100 | 0 | 100001 | 11101010 | 110010 | 101101 |
Color Harmonies of #3944AA
Complementary color
Monochromatic Colors of #3944AA
Black with #3944AA
Text Example
Text Example
White with #3944AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3944AA; }
p { color: rgb(57,68,170); }
H1.HeaderClassName
{
color: #3944AA;
}
.AnyTagClassName
{
color: #3944AA;
}
</style>
background-color css
<style>
a { background-color: #3944AA; }
a { background-color: rgb(57,68,170); }
div.DivClassName
{
background-color: #3944AA;
}
.BgClassName
{
background-color: #3944AA;
}
</style>
border-color css
<style>
span { border-color: #3944AA; }
span { border-color: rgb(57,68,170); }
td.TdClassName
{
border-color: #3944AA;
}
.TagClassName
{
border-color: #3944AA;
}
</style>