Shades of Curious Blue #378ADC
Tints of Curious Blue #378ADC
RGB
CMYK
RGB Variations
Color information
#378ADC (or 0x378ADC) is known color: Curious Blue. HEX triplet: 37, 8A and DC. RGB value is (55,138,220). Sum of RGB (Red+Green+Blue) = 55+138+220=413 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.32% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #378ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ADC is #C87523. Grayscale: #7A7A7A. Windows color (decimal): -13137188 or 14453303. OLE color: 14453303.
HSL color Cylindrical-coordinate representation of color #378ADC: hue angle of 209.82º 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 #378ADC is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 138 | 220 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.14 |
| HSL | 209.82º | 0.7% | 0.54% | - |
| HSV(B) | 209.82º | 0.75% | 0.86% | - |
| XYZ | 23.58 | 24.16 | 71.13 | - |
| YUV | 122.53 | 183 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 220 | 0.75 | 0.37 | 0 | 0.14 | 209.82 | 0.7 | 0.54 |
| Hex | 37 | 8A | DC | 4B | 25 | 0 | E | D2 | 46 | 36 |
| Octal | 67 | 212 | 334 | 113 | 45 | 0 | 16 | 322 | 106 | 66 |
| Binary | 110111 | 10001010 | 11011100 | 1001011 | 100101 | 0 | 1110 | 11010010 | 1000110 | 110110 |
Color Harmonies of #378ADC
Complementary color
Monochromatic Colors of #378ADC
Black with #378ADC
Text Example
Text Example
White with #378ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378ADC; }
p { color: rgb(55,138,220); }
H1.HeaderClassName
{
color: #378ADC;
}
.AnyTagClassName
{
color: #378ADC;
}
</style>
background-color css
<style>
a { background-color: #378ADC; }
a { background-color: rgb(55,138,220); }
div.DivClassName
{
background-color: #378ADC;
}
.BgClassName
{
background-color: #378ADC;
}
</style>
border-color css
<style>
span { border-color: #378ADC; }
span { border-color: rgb(55,138,220); }
td.TdClassName
{
border-color: #378ADC;
}
.TagClassName
{
border-color: #378ADC;
}
</style>