Shades of Curious Blue #3791C7
Tints of Curious Blue #3791C7
RGB
CMYK
RGB Variations
Color information
#3791C7 (or 0x3791C7) is known color: Curious Blue. HEX triplet: 37, 91 and C7. RGB value is (55,145,199). Sum of RGB (Red+Green+Blue) = 55+145+199=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 199 (78.12% from 255 or 49.87% from 399); Max value from RGB is 199 - color contains mainly: blue. Hex color #3791C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3791C7 is #C86E38. Grayscale: #7B7B7B. Windows color (decimal): -13135417 or 13078839. OLE color: 13078839.
HSL color Cylindrical-coordinate representation of color #3791C7: hue angle of 202.5º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3791C7 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 145 | 199 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.22 |
| HSL | 202.5º | 0.57% | 0.5% | - |
| HSV(B) | 202.5º | 0.72% | 0.78% | - |
| XYZ | 22.01 | 25.19 | 57.73 | - |
| YUV | 124.25 | 170.18 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 145 | 199 | 0.72 | 0.27 | 0 | 0.22 | 202.5 | 0.57 | 0.5 |
| Hex | 37 | 91 | C7 | 48 | 1B | 0 | 16 | CA | 39 | 32 |
| Octal | 67 | 221 | 307 | 110 | 33 | 0 | 26 | 312 | 71 | 62 |
| Binary | 110111 | 10010001 | 11000111 | 1001000 | 11011 | 0 | 10110 | 11001010 | 111001 | 110010 |
Color Harmonies of #3791C7
Complementary color
Monochromatic Colors of #3791C7
Black with #3791C7
Text Example
Text Example
White with #3791C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3791C7; }
p { color: rgb(55,145,199); }
H1.HeaderClassName
{
color: #3791C7;
}
.AnyTagClassName
{
color: #3791C7;
}
</style>
background-color css
<style>
a { background-color: #3791C7; }
a { background-color: rgb(55,145,199); }
div.DivClassName
{
background-color: #3791C7;
}
.BgClassName
{
background-color: #3791C7;
}
</style>
border-color css
<style>
span { border-color: #3791C7; }
span { border-color: rgb(55,145,199); }
td.TdClassName
{
border-color: #3791C7;
}
.TagClassName
{
border-color: #3791C7;
}
</style>