Shades of Curious Blue #378DDC
Tints of Curious Blue #378DDC
RGB
CMYK
RGB Variations
Color information
#378DDC (or 0x378DDC) is known color: Curious Blue. HEX triplet: 37, 8D and DC. RGB value is (55,141,220). Sum of RGB (Red+Green+Blue) = 55+141+220=416 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.22% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #378DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DDC is #C87223. Grayscale: #7B7B7B. Windows color (decimal): -13136420 or 14454071. OLE color: 14454071.
HSL color Cylindrical-coordinate representation of color #378DDC: hue angle of 208.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #378DDC is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 141 | 220 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.14 |
| HSL | 208.73º | 0.7% | 0.54% | - |
| HSV(B) | 208.73º | 0.75% | 0.86% | - |
| XYZ | 24.02 | 25.03 | 71.28 | - |
| YUV | 124.29 | 182.01 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 220 | 0.75 | 0.36 | 0 | 0.14 | 208.73 | 0.7 | 0.54 |
| Hex | 37 | 8D | DC | 4B | 24 | 0 | E | D1 | 46 | 36 |
| Octal | 67 | 215 | 334 | 113 | 44 | 0 | 16 | 321 | 106 | 66 |
| Binary | 110111 | 10001101 | 11011100 | 1001011 | 100100 | 0 | 1110 | 11010001 | 1000110 | 110110 |
Color Harmonies of #378DDC
Complementary color
Monochromatic Colors of #378DDC
Black with #378DDC
Text Example
Text Example
White with #378DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378DDC; }
p { color: rgb(55,141,220); }
H1.HeaderClassName
{
color: #378DDC;
}
.AnyTagClassName
{
color: #378DDC;
}
</style>
background-color css
<style>
a { background-color: #378DDC; }
a { background-color: rgb(55,141,220); }
div.DivClassName
{
background-color: #378DDC;
}
.BgClassName
{
background-color: #378DDC;
}
</style>
border-color css
<style>
span { border-color: #378DDC; }
span { border-color: rgb(55,141,220); }
td.TdClassName
{
border-color: #378DDC;
}
.TagClassName
{
border-color: #378DDC;
}
</style>