Shades of Cerulean Blue #374AAA
Tints of Cerulean Blue #374AAA
RGB
CMYK
RGB Variations
Color information
#374AAA (or 0x374AAA) is known color: Cerulean Blue. HEX triplet: 37, 4A and AA. RGB value is (55,74,170). Sum of RGB (Red+Green+Blue) = 55+74+170=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #374AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374AAA is #C8B555. Grayscale: #4E4E4E. Windows color (decimal): -13153622 or 11160119. OLE color: 11160119.
HSL color Cylindrical-coordinate representation of color #374AAA: hue angle of 230.09º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #374AAA is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 74 | 170 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.33 |
| HSL | 230.09º | 0.51% | 0.44% | - |
| HSV(B) | 230.09º | 0.68% | 0.67% | - |
| XYZ | 11.28 | 8.61 | 39.1 | - |
| YUV | 79.26 | 179.21 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 170 | 0.68 | 0.56 | 0 | 0.33 | 230.09 | 0.51 | 0.44 |
| Hex | 37 | 4A | AA | 44 | 38 | 0 | 21 | E6 | 33 | 2C |
| Octal | 67 | 112 | 252 | 104 | 70 | 0 | 41 | 346 | 63 | 54 |
| Binary | 110111 | 1001010 | 10101010 | 1000100 | 111000 | 0 | 100001 | 11100110 | 110011 | 101100 |
Color Harmonies of #374AAA
Complementary color
Monochromatic Colors of #374AAA
Black with #374AAA
Text Example
Text Example
White with #374AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374AAA; }
p { color: rgb(55,74,170); }
H1.HeaderClassName
{
color: #374AAA;
}
.AnyTagClassName
{
color: #374AAA;
}
</style>
background-color css
<style>
a { background-color: #374AAA; }
a { background-color: rgb(55,74,170); }
div.DivClassName
{
background-color: #374AAA;
}
.BgClassName
{
background-color: #374AAA;
}
</style>
border-color css
<style>
span { border-color: #374AAA; }
span { border-color: rgb(55,74,170); }
td.TdClassName
{
border-color: #374AAA;
}
.TagClassName
{
border-color: #374AAA;
}
</style>