Shades of Curious Blue #378EC7
Tints of Curious Blue #378EC7
RGB
CMYK
RGB Variations
Color information
#378EC7 (or 0x378EC7) is known color: Curious Blue. HEX triplet: 37, 8E and C7. RGB value is (55,142,199). Sum of RGB (Red+Green+Blue) = 55+142+199=396 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.89% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #378EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378EC7 is #C87138. Grayscale: #7A7A7A. Windows color (decimal): -13136185 or 13078071. OLE color: 13078071.
HSL color Cylindrical-coordinate representation of color #378EC7: hue angle of 203.75º 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 #378EC7 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 142 | 199 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.22 |
| HSL | 203.75º | 0.57% | 0.5% | - |
| HSV(B) | 203.75º | 0.72% | 0.78% | - |
| XYZ | 21.56 | 24.28 | 57.58 | - |
| YUV | 122.49 | 171.18 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 142 | 199 | 0.72 | 0.29 | 0 | 0.22 | 203.75 | 0.57 | 0.5 |
| Hex | 37 | 8E | C7 | 48 | 1D | 0 | 16 | CC | 39 | 32 |
| Octal | 67 | 216 | 307 | 110 | 35 | 0 | 26 | 314 | 71 | 62 |
| Binary | 110111 | 10001110 | 11000111 | 1001000 | 11101 | 0 | 10110 | 11001100 | 111001 | 110010 |
Color Harmonies of #378EC7
Complementary color
Monochromatic Colors of #378EC7
Black with #378EC7
Text Example
Text Example
White with #378EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378EC7; }
p { color: rgb(55,142,199); }
H1.HeaderClassName
{
color: #378EC7;
}
.AnyTagClassName
{
color: #378EC7;
}
</style>
background-color css
<style>
a { background-color: #378EC7; }
a { background-color: rgb(55,142,199); }
div.DivClassName
{
background-color: #378EC7;
}
.BgClassName
{
background-color: #378EC7;
}
</style>
border-color css
<style>
span { border-color: #378EC7; }
span { border-color: rgb(55,142,199); }
td.TdClassName
{
border-color: #378EC7;
}
.TagClassName
{
border-color: #378EC7;
}
</style>