Shades of Curious Blue #378BDE
Tints of Curious Blue #378BDE
RGB
CMYK
RGB Variations
Color information
#378BDE (or 0x378BDE) is known color: Curious Blue. HEX triplet: 37, 8B and DE. RGB value is (55,139,222). Sum of RGB (Red+Green+Blue) = 55+139+222=416 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.22% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #378BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BDE is #C87421. Grayscale: #7A7A7A. Windows color (decimal): -13136930 or 14584631. OLE color: 14584631.
HSL color Cylindrical-coordinate representation of color #378BDE: hue angle of 209.82º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #378BDE is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 139 | 222 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.13 |
| HSL | 209.82º | 0.72% | 0.54% | - |
| HSV(B) | 209.82º | 0.75% | 0.87% | - |
| XYZ | 23.99 | 24.55 | 72.58 | - |
| YUV | 123.35 | 183.67 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 222 | 0.75 | 0.37 | 0 | 0.13 | 209.82 | 0.72 | 0.54 |
| Hex | 37 | 8B | DE | 4B | 25 | 0 | D | D2 | 48 | 36 |
| Octal | 67 | 213 | 336 | 113 | 45 | 0 | 15 | 322 | 110 | 66 |
| Binary | 110111 | 10001011 | 11011110 | 1001011 | 100101 | 0 | 1101 | 11010010 | 1001000 | 110110 |
Color Harmonies of #378BDE
Complementary color
Monochromatic Colors of #378BDE
Black with #378BDE
Text Example
Text Example
White with #378BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378BDE; }
p { color: rgb(55,139,222); }
H1.HeaderClassName
{
color: #378BDE;
}
.AnyTagClassName
{
color: #378BDE;
}
</style>
background-color css
<style>
a { background-color: #378BDE; }
a { background-color: rgb(55,139,222); }
div.DivClassName
{
background-color: #378BDE;
}
.BgClassName
{
background-color: #378BDE;
}
</style>
border-color css
<style>
span { border-color: #378BDE; }
span { border-color: rgb(55,139,222); }
td.TdClassName
{
border-color: #378BDE;
}
.TagClassName
{
border-color: #378BDE;
}
</style>