Shades of Curious Blue #378ECD
Tints of Curious Blue #378ECD
RGB
CMYK
RGB Variations
Color information
#378ECD (or 0x378ECD) is known color: Curious Blue. HEX triplet: 37, 8E and CD. RGB value is (55,142,205). Sum of RGB (Red+Green+Blue) = 55+142+205=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #378ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ECD is #C87132. Grayscale: #7A7A7A. Windows color (decimal): -13136179 or 13471287. OLE color: 13471287.
HSL color Cylindrical-coordinate representation of color #378ECD: hue angle of 205.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #378ECD is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 142 | 205 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.20 |
| HSL | 205.2º | 0.6% | 0.51% | - |
| HSV(B) | 205.2º | 0.73% | 0.8% | - |
| XYZ | 22.27 | 24.57 | 61.33 | - |
| YUV | 123.17 | 174.18 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 142 | 205 | 0.73 | 0.31 | 0 | 0.20 | 205.2 | 0.6 | 0.51 |
| Hex | 37 | 8E | CD | 49 | 1F | 0 | 14 | CD | 3C | 33 |
| Octal | 67 | 216 | 315 | 111 | 37 | 0 | 24 | 315 | 74 | 63 |
| Binary | 110111 | 10001110 | 11001101 | 1001001 | 11111 | 0 | 10100 | 11001101 | 111100 | 110011 |
Color Harmonies of #378ECD
Complementary color
Monochromatic Colors of #378ECD
Black with #378ECD
Text Example
Text Example
White with #378ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378ECD; }
p { color: rgb(55,142,205); }
H1.HeaderClassName
{
color: #378ECD;
}
.AnyTagClassName
{
color: #378ECD;
}
</style>
background-color css
<style>
a { background-color: #378ECD; }
a { background-color: rgb(55,142,205); }
div.DivClassName
{
background-color: #378ECD;
}
.BgClassName
{
background-color: #378ECD;
}
</style>
border-color css
<style>
span { border-color: #378ECD; }
span { border-color: rgb(55,142,205); }
td.TdClassName
{
border-color: #378ECD;
}
.TagClassName
{
border-color: #378ECD;
}
</style>