Shades of Cerulean Blue #3041CF
Tints of Cerulean Blue #3041CF
RGB
CMYK
RGB Variations
Color information
#3041CF (or 0x3041CF) is known color: Cerulean Blue. HEX triplet: 30, 41 and CF. RGB value is (48,65,207). Sum of RGB (Red+Green+Blue) = 48+65+207=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #3041CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3041CF is #CFBE30. Grayscale: #4B4B4B. Windows color (decimal): -13614641 or 13582640. OLE color: 13582640.
HSL color Cylindrical-coordinate representation of color #3041CF: hue angle of 233.58º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3041CF is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 65 | 207 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.19 |
| HSL | 233.58º | 0.62% | 0.5% | - |
| HSV(B) | 233.58º | 0.77% | 0.81% | - |
| XYZ | 14.37 | 8.91 | 59.99 | - |
| YUV | 76.11 | 201.87 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 207 | 0.77 | 0.69 | 0 | 0.19 | 233.58 | 0.62 | 0.5 |
| Hex | 30 | 41 | CF | 4D | 45 | 0 | 13 | EA | 3E | 32 |
| Octal | 60 | 101 | 317 | 115 | 105 | 0 | 23 | 352 | 76 | 62 |
| Binary | 110000 | 1000001 | 11001111 | 1001101 | 1000101 | 0 | 10011 | 11101010 | 111110 | 110010 |
Color Harmonies of #3041CF
Complementary color
Monochromatic Colors of #3041CF
Black with #3041CF
Text Example
Text Example
White with #3041CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3041CF; }
p { color: rgb(48,65,207); }
H1.HeaderClassName
{
color: #3041CF;
}
.AnyTagClassName
{
color: #3041CF;
}
</style>
background-color css
<style>
a { background-color: #3041CF; }
a { background-color: rgb(48,65,207); }
div.DivClassName
{
background-color: #3041CF;
}
.BgClassName
{
background-color: #3041CF;
}
</style>
border-color css
<style>
span { border-color: #3041CF; }
span { border-color: rgb(48,65,207); }
td.TdClassName
{
border-color: #3041CF;
}
.TagClassName
{
border-color: #3041CF;
}
</style>