Shades of Curious Blue #378FCE
Tints of Curious Blue #378FCE
RGB
CMYK
RGB Variations
Color information
#378FCE (or 0x378FCE) is known color: Curious Blue. HEX triplet: 37, 8F and CE. RGB value is (55,143,206). Sum of RGB (Red+Green+Blue) = 55+143+206=404 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.61% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #378FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378FCE is #C87031. Grayscale: #7B7B7B. Windows color (decimal): -13135922 or 13537079. OLE color: 13537079.
HSL color Cylindrical-coordinate representation of color #378FCE: hue angle of 205.03º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #378FCE is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 143 | 206 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.19 |
| HSL | 205.03º | 0.61% | 0.51% | - |
| HSV(B) | 205.03º | 0.73% | 0.81% | - |
| XYZ | 22.54 | 24.91 | 62.01 | - |
| YUV | 123.87 | 174.35 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 143 | 206 | 0.73 | 0.31 | 0 | 0.19 | 205.03 | 0.61 | 0.51 |
| Hex | 37 | 8F | CE | 49 | 1F | 0 | 13 | CD | 3D | 33 |
| Octal | 67 | 217 | 316 | 111 | 37 | 0 | 23 | 315 | 75 | 63 |
| Binary | 110111 | 10001111 | 11001110 | 1001001 | 11111 | 0 | 10011 | 11001101 | 111101 | 110011 |
Color Harmonies of #378FCE
Complementary color
Monochromatic Colors of #378FCE
Black with #378FCE
Text Example
Text Example
White with #378FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378FCE; }
p { color: rgb(55,143,206); }
H1.HeaderClassName
{
color: #378FCE;
}
.AnyTagClassName
{
color: #378FCE;
}
</style>
background-color css
<style>
a { background-color: #378FCE; }
a { background-color: rgb(55,143,206); }
div.DivClassName
{
background-color: #378FCE;
}
.BgClassName
{
background-color: #378FCE;
}
</style>
border-color css
<style>
span { border-color: #378FCE; }
span { border-color: rgb(55,143,206); }
td.TdClassName
{
border-color: #378FCE;
}
.TagClassName
{
border-color: #378FCE;
}
</style>