Shades of Cerulean Blue #3641AB
Tints of Cerulean Blue #3641AB
RGB
CMYK
RGB Variations
Color information
#3641AB (or 0x3641AB) is known color: Cerulean Blue. HEX triplet: 36, 41 and AB. RGB value is (54,65,171). Sum of RGB (Red+Green+Blue) = 54+65+171=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #3641AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3641AB is #C9BE54. Grayscale: #494949. Windows color (decimal): -13221461 or 11223350. OLE color: 11223350.
HSL color Cylindrical-coordinate representation of color #3641AB: hue angle of 234.36º degrees, saturation: 0.52, 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 #3641AB is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 65 | 171 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.33 |
| HSL | 234.36º | 0.52% | 0.44% | - |
| HSV(B) | 234.36º | 0.68% | 0.67% | - |
| XYZ | 10.76 | 7.51 | 39.41 | - |
| YUV | 73.8 | 182.86 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 171 | 0.68 | 0.62 | 0 | 0.33 | 234.36 | 0.52 | 0.44 |
| Hex | 36 | 41 | AB | 44 | 3E | 0 | 21 | EA | 34 | 2C |
| Octal | 66 | 101 | 253 | 104 | 76 | 0 | 41 | 352 | 64 | 54 |
| Binary | 110110 | 1000001 | 10101011 | 1000100 | 111110 | 0 | 100001 | 11101010 | 110100 | 101100 |
Color Harmonies of #3641AB
Complementary color
Monochromatic Colors of #3641AB
Black with #3641AB
Text Example
Text Example
White with #3641AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3641AB; }
p { color: rgb(54,65,171); }
H1.HeaderClassName
{
color: #3641AB;
}
.AnyTagClassName
{
color: #3641AB;
}
</style>
background-color css
<style>
a { background-color: #3641AB; }
a { background-color: rgb(54,65,171); }
div.DivClassName
{
background-color: #3641AB;
}
.BgClassName
{
background-color: #3641AB;
}
</style>
border-color css
<style>
span { border-color: #3641AB; }
span { border-color: rgb(54,65,171); }
td.TdClassName
{
border-color: #3641AB;
}
.TagClassName
{
border-color: #3641AB;
}
</style>