Shades of Cerulean Blue #3643BC
Tints of Cerulean Blue #3643BC
RGB
CMYK
RGB Variations
Color information
#3643BC (or 0x3643BC) is known color: Cerulean Blue. HEX triplet: 36, 43 and BC. RGB value is (54,67,188). Sum of RGB (Red+Green+Blue) = 54+67+188=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #3643BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3643BC is #C9BC43. Grayscale: #4C4C4C. Windows color (decimal): -13220932 or 12337974. OLE color: 12337974.
HSL color Cylindrical-coordinate representation of color #3643BC: hue angle of 234.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3643BC is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 67 | 188 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.26 |
| HSL | 234.18º | 0.55% | 0.47% | - |
| HSV(B) | 234.18º | 0.71% | 0.74% | - |
| XYZ | 12.61 | 8.43 | 48.54 | - |
| YUV | 76.91 | 190.69 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 67 | 188 | 0.71 | 0.64 | 0 | 0.26 | 234.18 | 0.55 | 0.47 |
| Hex | 36 | 43 | BC | 47 | 40 | 0 | 1A | EA | 37 | 2F |
| Octal | 66 | 103 | 274 | 107 | 100 | 0 | 32 | 352 | 67 | 57 |
| Binary | 110110 | 1000011 | 10111100 | 1000111 | 1000000 | 0 | 11010 | 11101010 | 110111 | 101111 |
Color Harmonies of #3643BC
Complementary color
Monochromatic Colors of #3643BC
Black with #3643BC
Text Example
Text Example
White with #3643BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3643BC; }
p { color: rgb(54,67,188); }
H1.HeaderClassName
{
color: #3643BC;
}
.AnyTagClassName
{
color: #3643BC;
}
</style>
background-color css
<style>
a { background-color: #3643BC; }
a { background-color: rgb(54,67,188); }
div.DivClassName
{
background-color: #3643BC;
}
.BgClassName
{
background-color: #3643BC;
}
</style>
border-color css
<style>
span { border-color: #3643BC; }
span { border-color: rgb(54,67,188); }
td.TdClassName
{
border-color: #3643BC;
}
.TagClassName
{
border-color: #3643BC;
}
</style>