Shades of Cerulean Blue #364AB3
Tints of Cerulean Blue #364AB3
RGB
CMYK
RGB Variations
Color information
#364AB3 (or 0x364AB3) is known color: Cerulean Blue. HEX triplet: 36, 4A and B3. RGB value is (54,74,179). Sum of RGB (Red+Green+Blue) = 54+74+179=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 179 (70.31% from 255 or 58.31% from 307); Max value from RGB is 179 - color contains mainly: blue. Hex color #364AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364AB3 is #C9B54C. Grayscale: #4F4F4F. Windows color (decimal): -13219149 or 11749942. OLE color: 11749942.
HSL color Cylindrical-coordinate representation of color #364AB3: hue angle of 230.4º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #364AB3 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 74 | 179 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.30 |
| HSL | 230.4º | 0.54% | 0.46% | - |
| HSV(B) | 230.4º | 0.7% | 0.7% | - |
| XYZ | 12.11 | 8.94 | 43.73 | - |
| YUV | 79.99 | 183.87 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 179 | 0.70 | 0.59 | 0 | 0.30 | 230.4 | 0.54 | 0.46 |
| Hex | 36 | 4A | B3 | 46 | 3B | 0 | 1E | E6 | 36 | 2E |
| Octal | 66 | 112 | 263 | 106 | 73 | 0 | 36 | 346 | 66 | 56 |
| Binary | 110110 | 1001010 | 10110011 | 1000110 | 111011 | 0 | 11110 | 11100110 | 110110 | 101110 |
Color Harmonies of #364AB3
Complementary color
Monochromatic Colors of #364AB3
Black with #364AB3
Text Example
Text Example
White with #364AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364AB3; }
p { color: rgb(54,74,179); }
H1.HeaderClassName
{
color: #364AB3;
}
.AnyTagClassName
{
color: #364AB3;
}
</style>
background-color css
<style>
a { background-color: #364AB3; }
a { background-color: rgb(54,74,179); }
div.DivClassName
{
background-color: #364AB3;
}
.BgClassName
{
background-color: #364AB3;
}
</style>
border-color css
<style>
span { border-color: #364AB3; }
span { border-color: rgb(54,74,179); }
td.TdClassName
{
border-color: #364AB3;
}
.TagClassName
{
border-color: #364AB3;
}
</style>