Shades of Curious Blue #378ADB
Tints of Curious Blue #378ADB
RGB
CMYK
RGB Variations
Color information
#378ADB (or 0x378ADB) is known color: Curious Blue. HEX triplet: 37, 8A and DB. RGB value is (55,138,219). Sum of RGB (Red+Green+Blue) = 55+138+219=412 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.35% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #378ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ADB is #C87524. Grayscale: #7A7A7A. Windows color (decimal): -13137189 or 14387767. OLE color: 14387767.
HSL color Cylindrical-coordinate representation of color #378ADB: hue angle of 209.63º degrees, saturation: 0.69, 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 #378ADB is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 138 | 219 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.14 |
| HSL | 209.63º | 0.69% | 0.54% | - |
| HSV(B) | 209.63º | 0.75% | 0.86% | - |
| XYZ | 23.45 | 24.1 | 70.43 | - |
| YUV | 122.42 | 182.5 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 219 | 0.75 | 0.37 | 0 | 0.14 | 209.63 | 0.69 | 0.54 |
| Hex | 37 | 8A | DB | 4B | 25 | 0 | E | D2 | 45 | 36 |
| Octal | 67 | 212 | 333 | 113 | 45 | 0 | 16 | 322 | 105 | 66 |
| Binary | 110111 | 10001010 | 11011011 | 1001011 | 100101 | 0 | 1110 | 11010010 | 1000101 | 110110 |
Color Harmonies of #378ADB
Complementary color
Monochromatic Colors of #378ADB
Black with #378ADB
Text Example
Text Example
White with #378ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378ADB; }
p { color: rgb(55,138,219); }
H1.HeaderClassName
{
color: #378ADB;
}
.AnyTagClassName
{
color: #378ADB;
}
</style>
background-color css
<style>
a { background-color: #378ADB; }
a { background-color: rgb(55,138,219); }
div.DivClassName
{
background-color: #378ADB;
}
.BgClassName
{
background-color: #378ADB;
}
</style>
border-color css
<style>
span { border-color: #378ADB; }
span { border-color: rgb(55,138,219); }
td.TdClassName
{
border-color: #378ADB;
}
.TagClassName
{
border-color: #378ADB;
}
</style>