Shades of Curious Blue #378ECB
Tints of Curious Blue #378ECB
RGB
CMYK
RGB Variations
Color information
#378ECB (or 0x378ECB) is known color: Curious Blue. HEX triplet: 37, 8E and CB. RGB value is (55,142,203). Sum of RGB (Red+Green+Blue) = 55+142+203=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #378ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ECB is #C87134. Grayscale: #7A7A7A. Windows color (decimal): -13136181 or 13340215. OLE color: 13340215.
HSL color Cylindrical-coordinate representation of color #378ECB: hue angle of 204.73º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #378ECB is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 142 | 203 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.20 |
| HSL | 204.73º | 0.59% | 0.51% | - |
| HSV(B) | 204.73º | 0.73% | 0.8% | - |
| XYZ | 22.03 | 24.47 | 60.06 | - |
| YUV | 122.94 | 173.18 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 142 | 203 | 0.73 | 0.30 | 0 | 0.20 | 204.73 | 0.59 | 0.51 |
| Hex | 37 | 8E | CB | 49 | 1E | 0 | 14 | CD | 3B | 33 |
| Octal | 67 | 216 | 313 | 111 | 36 | 0 | 24 | 315 | 73 | 63 |
| Binary | 110111 | 10001110 | 11001011 | 1001001 | 11110 | 0 | 10100 | 11001101 | 111011 | 110011 |
Color Harmonies of #378ECB
Complementary color
Monochromatic Colors of #378ECB
Black with #378ECB
Text Example
Text Example
White with #378ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378ECB; }
p { color: rgb(55,142,203); }
H1.HeaderClassName
{
color: #378ECB;
}
.AnyTagClassName
{
color: #378ECB;
}
</style>
background-color css
<style>
a { background-color: #378ECB; }
a { background-color: rgb(55,142,203); }
div.DivClassName
{
background-color: #378ECB;
}
.BgClassName
{
background-color: #378ECB;
}
</style>
border-color css
<style>
span { border-color: #378ECB; }
span { border-color: rgb(55,142,203); }
td.TdClassName
{
border-color: #378ECB;
}
.TagClassName
{
border-color: #378ECB;
}
</style>