Shades of Curious Blue #378FC3
Tints of Curious Blue #378FC3
RGB
CMYK
RGB Variations
Color information
#378FC3 (or 0x378FC3) is known color: Curious Blue. HEX triplet: 37, 8F and C3. RGB value is (55,143,195). Sum of RGB (Red+Green+Blue) = 55+143+195=393 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.99% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #378FC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378FC3 is #C8703C. Grayscale: #7A7A7A. Windows color (decimal): -13135933 or 12816183. OLE color: 12816183.
HSL color Cylindrical-coordinate representation of color #378FC3: hue angle of 202.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #378FC3 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 143 | 195 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.24 |
| HSL | 202.29º | 0.56% | 0.49% | - |
| HSV(B) | 202.29º | 0.72% | 0.76% | - |
| XYZ | 21.25 | 24.4 | 55.22 | - |
| YUV | 122.62 | 168.85 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 143 | 195 | 0.72 | 0.27 | 0 | 0.24 | 202.29 | 0.56 | 0.49 |
| Hex | 37 | 8F | C3 | 48 | 1B | 0 | 18 | CA | 38 | 31 |
| Octal | 67 | 217 | 303 | 110 | 33 | 0 | 30 | 312 | 70 | 61 |
| Binary | 110111 | 10001111 | 11000011 | 1001000 | 11011 | 0 | 11000 | 11001010 | 111000 | 110001 |
Color Harmonies of #378FC3
Complementary color
Monochromatic Colors of #378FC3
Black with #378FC3
Text Example
Text Example
White with #378FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378FC3; }
p { color: rgb(55,143,195); }
H1.HeaderClassName
{
color: #378FC3;
}
.AnyTagClassName
{
color: #378FC3;
}
</style>
background-color css
<style>
a { background-color: #378FC3; }
a { background-color: rgb(55,143,195); }
div.DivClassName
{
background-color: #378FC3;
}
.BgClassName
{
background-color: #378FC3;
}
</style>
border-color css
<style>
span { border-color: #378FC3; }
span { border-color: rgb(55,143,195); }
td.TdClassName
{
border-color: #378FC3;
}
.TagClassName
{
border-color: #378FC3;
}
</style>