Shades of Cerulean Blue #3242AF
Tints of Cerulean Blue #3242AF
RGB
CMYK
RGB Variations
Color information
#3242AF (or 0x3242AF) is known color: Cerulean Blue. HEX triplet: 32, 42 and AF. RGB value is (50,66,175). Sum of RGB (Red+Green+Blue) = 50+66+175=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #3242AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3242AF is #CDBD50. Grayscale: #494949. Windows color (decimal): -13483345 or 11485746. OLE color: 11485746.
HSL color Cylindrical-coordinate representation of color #3242AF: hue angle of 232.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3242AF is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 66 | 175 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.31 |
| HSL | 232.32º | 0.56% | 0.44% | - |
| HSV(B) | 232.32º | 0.71% | 0.69% | - |
| XYZ | 11 | 7.67 | 41.46 | - |
| YUV | 73.64 | 185.2 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 175 | 0.71 | 0.62 | 0 | 0.31 | 232.32 | 0.56 | 0.44 |
| Hex | 32 | 42 | AF | 47 | 3E | 0 | 1F | E8 | 38 | 2C |
| Octal | 62 | 102 | 257 | 107 | 76 | 0 | 37 | 350 | 70 | 54 |
| Binary | 110010 | 1000010 | 10101111 | 1000111 | 111110 | 0 | 11111 | 11101000 | 111000 | 101100 |
Color Harmonies of #3242AF
Complementary color
Monochromatic Colors of #3242AF
Black with #3242AF
Text Example
Text Example
White with #3242AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3242AF; }
p { color: rgb(50,66,175); }
H1.HeaderClassName
{
color: #3242AF;
}
.AnyTagClassName
{
color: #3242AF;
}
</style>
background-color css
<style>
a { background-color: #3242AF; }
a { background-color: rgb(50,66,175); }
div.DivClassName
{
background-color: #3242AF;
}
.BgClassName
{
background-color: #3242AF;
}
</style>
border-color css
<style>
span { border-color: #3242AF; }
span { border-color: rgb(50,66,175); }
td.TdClassName
{
border-color: #3242AF;
}
.TagClassName
{
border-color: #3242AF;
}
</style>