Shades of Curious Blue #378FC5
Tints of Curious Blue #378FC5
RGB
CMYK
RGB Variations
Color information
#378FC5 (or 0x378FC5) is known color: Curious Blue. HEX triplet: 37, 8F and C5. RGB value is (55,143,197). Sum of RGB (Red+Green+Blue) = 55+143+197=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 197 (77.34% from 255 or 49.87% from 395); Max value from RGB is 197 - color contains mainly: blue. Hex color #378FC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378FC5 is #C8703A. Grayscale: #7A7A7A. Windows color (decimal): -13135931 or 12947255. OLE color: 12947255.
HSL color Cylindrical-coordinate representation of color #378FC5: hue angle of 202.82º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #378FC5 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 143 | 197 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.23 |
| HSL | 202.82º | 0.56% | 0.49% | - |
| HSV(B) | 202.82º | 0.72% | 0.77% | - |
| XYZ | 21.48 | 24.49 | 56.42 | - |
| YUV | 122.84 | 169.85 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 143 | 197 | 0.72 | 0.27 | 0 | 0.23 | 202.82 | 0.56 | 0.49 |
| Hex | 37 | 8F | C5 | 48 | 1B | 0 | 17 | CB | 38 | 31 |
| Octal | 67 | 217 | 305 | 110 | 33 | 0 | 27 | 313 | 70 | 61 |
| Binary | 110111 | 10001111 | 11000101 | 1001000 | 11011 | 0 | 10111 | 11001011 | 111000 | 110001 |
Color Harmonies of #378FC5
Complementary color
Monochromatic Colors of #378FC5
Black with #378FC5
Text Example
Text Example
White with #378FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378FC5; }
p { color: rgb(55,143,197); }
H1.HeaderClassName
{
color: #378FC5;
}
.AnyTagClassName
{
color: #378FC5;
}
</style>
background-color css
<style>
a { background-color: #378FC5; }
a { background-color: rgb(55,143,197); }
div.DivClassName
{
background-color: #378FC5;
}
.BgClassName
{
background-color: #378FC5;
}
</style>
border-color css
<style>
span { border-color: #378FC5; }
span { border-color: rgb(55,143,197); }
td.TdClassName
{
border-color: #378FC5;
}
.TagClassName
{
border-color: #378FC5;
}
</style>