Shades of Cerulean Blue #3643AF
Tints of Cerulean Blue #3643AF
RGB
CMYK
RGB Variations
Color information
#3643AF (or 0x3643AF) is known color: Cerulean Blue. HEX triplet: 36, 43 and AF. RGB value is (54,67,175). Sum of RGB (Red+Green+Blue) = 54+67+175=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #3643AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3643AF is #C9BC50. Grayscale: #4A4A4A. Windows color (decimal): -13220945 or 11486006. OLE color: 11486006.
HSL color Cylindrical-coordinate representation of color #3643AF: hue angle of 233.55º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3643AF is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 67 | 175 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.31 |
| HSL | 233.55º | 0.53% | 0.45% | - |
| HSV(B) | 233.55º | 0.69% | 0.69% | - |
| XYZ | 11.27 | 7.89 | 41.49 | - |
| YUV | 75.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 67 | 175 | 0.69 | 0.62 | 0 | 0.31 | 233.55 | 0.53 | 0.45 |
| Hex | 36 | 43 | AF | 45 | 3E | 0 | 1F | EA | 35 | 2D |
| Octal | 66 | 103 | 257 | 105 | 76 | 0 | 37 | 352 | 65 | 55 |
| Binary | 110110 | 1000011 | 10101111 | 1000101 | 111110 | 0 | 11111 | 11101010 | 110101 | 101101 |
Color Harmonies of #3643AF
Complementary color
Monochromatic Colors of #3643AF
Black with #3643AF
Text Example
Text Example
White with #3643AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3643AF; }
p { color: rgb(54,67,175); }
H1.HeaderClassName
{
color: #3643AF;
}
.AnyTagClassName
{
color: #3643AF;
}
</style>
background-color css
<style>
a { background-color: #3643AF; }
a { background-color: rgb(54,67,175); }
div.DivClassName
{
background-color: #3643AF;
}
.BgClassName
{
background-color: #3643AF;
}
</style>
border-color css
<style>
span { border-color: #3643AF; }
span { border-color: rgb(54,67,175); }
td.TdClassName
{
border-color: #3643AF;
}
.TagClassName
{
border-color: #3643AF;
}
</style>