Shades of Curious Blue #378AD3
Tints of Curious Blue #378AD3
RGB
CMYK
RGB Variations
Color information
#378AD3 (or 0x378AD3) is known color: Curious Blue. HEX triplet: 37, 8A and D3. RGB value is (55,138,211). Sum of RGB (Red+Green+Blue) = 55+138+211=404 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.61% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 211 (82.81% from 255 or 52.23% from 404); Max value from RGB is 211 - color contains mainly: blue. Hex color #378AD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378AD3 is #C8752C. Grayscale: #797979. Windows color (decimal): -13137197 or 13863479. OLE color: 13863479.
HSL color Cylindrical-coordinate representation of color #378AD3: hue angle of 208.08º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #378AD3 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 138 | 211 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.17 |
| HSL | 208.08º | 0.64% | 0.52% | - |
| HSV(B) | 208.08º | 0.74% | 0.83% | - |
| XYZ | 22.42 | 23.69 | 65.02 | - |
| YUV | 121.51 | 178.5 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 211 | 0.74 | 0.35 | 0 | 0.17 | 208.08 | 0.64 | 0.52 |
| Hex | 37 | 8A | D3 | 4A | 23 | 0 | 11 | D0 | 40 | 34 |
| Octal | 67 | 212 | 323 | 112 | 43 | 0 | 21 | 320 | 100 | 64 |
| Binary | 110111 | 10001010 | 11010011 | 1001010 | 100011 | 0 | 10001 | 11010000 | 1000000 | 110100 |
Color Harmonies of #378AD3
Complementary color
Monochromatic Colors of #378AD3
Black with #378AD3
Text Example
Text Example
White with #378AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378AD3; }
p { color: rgb(55,138,211); }
H1.HeaderClassName
{
color: #378AD3;
}
.AnyTagClassName
{
color: #378AD3;
}
</style>
background-color css
<style>
a { background-color: #378AD3; }
a { background-color: rgb(55,138,211); }
div.DivClassName
{
background-color: #378AD3;
}
.BgClassName
{
background-color: #378AD3;
}
</style>
border-color css
<style>
span { border-color: #378AD3; }
span { border-color: rgb(55,138,211); }
td.TdClassName
{
border-color: #378AD3;
}
.TagClassName
{
border-color: #378AD3;
}
</style>