Shades of Curious Blue #3D78C4
Tints of Curious Blue #3D78C4
RGB
CMYK
RGB Variations
Color information
#3D78C4 (or 0x3D78C4) is known color: Curious Blue. HEX triplet: 3D, 78 and C4. RGB value is (61,120,196). Sum of RGB (Red+Green+Blue) = 61+120+196=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 196 (76.95% from 255 or 51.99% from 377); Max value from RGB is 196 - color contains mainly: blue. Hex color #3D78C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D78C4 is #C2873B. Grayscale: #6E6E6E. Windows color (decimal): -12748604 or 12875837. OLE color: 12875837.
HSL color Cylindrical-coordinate representation of color #3D78C4: hue angle of 213.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D78C4 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 120 | 196 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.23 |
| HSL | 213.78º | 0.53% | 0.5% | - |
| HSV(B) | 213.78º | 0.69% | 0.77% | - |
| XYZ | 18.6 | 18.41 | 54.8 | - |
| YUV | 111.02 | 175.95 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 120 | 196 | 0.69 | 0.39 | 0 | 0.23 | 213.78 | 0.53 | 0.5 |
| Hex | 3D | 78 | C4 | 45 | 27 | 0 | 17 | D6 | 35 | 32 |
| Octal | 75 | 170 | 304 | 105 | 47 | 0 | 27 | 326 | 65 | 62 |
| Binary | 111101 | 1111000 | 11000100 | 1000101 | 100111 | 0 | 10111 | 11010110 | 110101 | 110010 |
Color Harmonies of #3D78C4
Complementary color
Monochromatic Colors of #3D78C4
Black with #3D78C4
Text Example
Text Example
White with #3D78C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D78C4; }
p { color: rgb(61,120,196); }
H1.HeaderClassName
{
color: #3D78C4;
}
.AnyTagClassName
{
color: #3D78C4;
}
</style>
background-color css
<style>
a { background-color: #3D78C4; }
a { background-color: rgb(61,120,196); }
div.DivClassName
{
background-color: #3D78C4;
}
.BgClassName
{
background-color: #3D78C4;
}
</style>
border-color css
<style>
span { border-color: #3D78C4; }
span { border-color: rgb(61,120,196); }
td.TdClassName
{
border-color: #3D78C4;
}
.TagClassName
{
border-color: #3D78C4;
}
</style>