Shades of Cerulean Blue #3043AF
Tints of Cerulean Blue #3043AF
RGB
CMYK
RGB Variations
Color information
#3043AF (or 0x3043AF) is known color: Cerulean Blue. HEX triplet: 30, 43 and AF. RGB value is (48,67,175). Sum of RGB (Red+Green+Blue) = 48+67+175=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #3043AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3043AF is #CFBC50. Grayscale: #494949. Windows color (decimal): -13614161 or 11486000. OLE color: 11486000.
HSL color Cylindrical-coordinate representation of color #3043AF: hue angle of 231.02º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3043AF is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 67 | 175 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.31 |
| HSL | 231.02º | 0.57% | 0.44% | - |
| HSV(B) | 231.02º | 0.73% | 0.69% | - |
| XYZ | 10.96 | 7.74 | 41.47 | - |
| YUV | 73.63 | 185.21 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 175 | 0.73 | 0.62 | 0 | 0.31 | 231.02 | 0.57 | 0.44 |
| Hex | 30 | 43 | AF | 49 | 3E | 0 | 1F | E7 | 39 | 2C |
| Octal | 60 | 103 | 257 | 111 | 76 | 0 | 37 | 347 | 71 | 54 |
| Binary | 110000 | 1000011 | 10101111 | 1001001 | 111110 | 0 | 11111 | 11100111 | 111001 | 101100 |
Color Harmonies of #3043AF
Complementary color
Monochromatic Colors of #3043AF
Black with #3043AF
Text Example
Text Example
White with #3043AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3043AF; }
p { color: rgb(48,67,175); }
H1.HeaderClassName
{
color: #3043AF;
}
.AnyTagClassName
{
color: #3043AF;
}
</style>
background-color css
<style>
a { background-color: #3043AF; }
a { background-color: rgb(48,67,175); }
div.DivClassName
{
background-color: #3043AF;
}
.BgClassName
{
background-color: #3043AF;
}
</style>
border-color css
<style>
span { border-color: #3043AF; }
span { border-color: rgb(48,67,175); }
td.TdClassName
{
border-color: #3043AF;
}
.TagClassName
{
border-color: #3043AF;
}
</style>