Shades of Curious Blue #3079C1
Tints of Curious Blue #3079C1
RGB
CMYK
RGB Variations
Color information
#3079C1 (or 0x3079C1) is known color: Curious Blue. HEX triplet: 30, 79 and C1. RGB value is (48,121,193). Sum of RGB (Red+Green+Blue) = 48+121+193=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 193 (75.78% from 255 or 53.31% from 362); Max value from RGB is 193 - color contains mainly: blue. Hex color #3079C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3079C1 is #CF863E. Grayscale: #6B6B6B. Windows color (decimal): -13600319 or 12679472. OLE color: 12679472.
HSL color Cylindrical-coordinate representation of color #3079C1: hue angle of 209.79º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3079C1 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 121 | 193 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.24 |
| HSL | 209.79º | 0.6% | 0.47% | - |
| HSV(B) | 209.79º | 0.75% | 0.76% | - |
| XYZ | 17.68 | 18.15 | 53.02 | - |
| YUV | 107.38 | 176.32 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 193 | 0.75 | 0.37 | 0 | 0.24 | 209.79 | 0.6 | 0.47 |
| Hex | 30 | 79 | C1 | 4B | 25 | 0 | 18 | D2 | 3C | 2F |
| Octal | 60 | 171 | 301 | 113 | 45 | 0 | 30 | 322 | 74 | 57 |
| Binary | 110000 | 1111001 | 11000001 | 1001011 | 100101 | 0 | 11000 | 11010010 | 111100 | 101111 |
Color Harmonies of #3079C1
Complementary color
Monochromatic Colors of #3079C1
Black with #3079C1
Text Example
Text Example
White with #3079C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3079C1; }
p { color: rgb(48,121,193); }
H1.HeaderClassName
{
color: #3079C1;
}
.AnyTagClassName
{
color: #3079C1;
}
</style>
background-color css
<style>
a { background-color: #3079C1; }
a { background-color: rgb(48,121,193); }
div.DivClassName
{
background-color: #3079C1;
}
.BgClassName
{
background-color: #3079C1;
}
</style>
border-color css
<style>
span { border-color: #3079C1; }
span { border-color: rgb(48,121,193); }
td.TdClassName
{
border-color: #3079C1;
}
.TagClassName
{
border-color: #3079C1;
}
</style>