Shades of Cerulean Blue #3243BC
Tints of Cerulean Blue #3243BC
RGB
CMYK
RGB Variations
Color information
#3243BC (or 0x3243BC) is known color: Cerulean Blue. HEX triplet: 32, 43 and BC. RGB value is (50,67,188). Sum of RGB (Red+Green+Blue) = 50+67+188=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #3243BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3243BC is #CDBC43. Grayscale: #4B4B4B. Windows color (decimal): -13483076 or 12337970. OLE color: 12337970.
HSL color Cylindrical-coordinate representation of color #3243BC: hue angle of 232.61º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3243BC is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 67 | 188 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.26 |
| HSL | 232.61º | 0.58% | 0.47% | - |
| HSV(B) | 232.61º | 0.73% | 0.74% | - |
| XYZ | 12.4 | 8.32 | 48.53 | - |
| YUV | 75.71 | 191.37 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 188 | 0.73 | 0.64 | 0 | 0.26 | 232.61 | 0.58 | 0.47 |
| Hex | 32 | 43 | BC | 49 | 40 | 0 | 1A | E9 | 3A | 2F |
| Octal | 62 | 103 | 274 | 111 | 100 | 0 | 32 | 351 | 72 | 57 |
| Binary | 110010 | 1000011 | 10111100 | 1001001 | 1000000 | 0 | 11010 | 11101001 | 111010 | 101111 |
Color Harmonies of #3243BC
Complementary color
Monochromatic Colors of #3243BC
Black with #3243BC
Text Example
Text Example
White with #3243BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3243BC; }
p { color: rgb(50,67,188); }
H1.HeaderClassName
{
color: #3243BC;
}
.AnyTagClassName
{
color: #3243BC;
}
</style>
background-color css
<style>
a { background-color: #3243BC; }
a { background-color: rgb(50,67,188); }
div.DivClassName
{
background-color: #3243BC;
}
.BgClassName
{
background-color: #3243BC;
}
</style>
border-color css
<style>
span { border-color: #3243BC; }
span { border-color: rgb(50,67,188); }
td.TdClassName
{
border-color: #3243BC;
}
.TagClassName
{
border-color: #3243BC;
}
</style>