Shades of Curious Blue #378ACB
Tints of Curious Blue #378ACB
RGB
CMYK
RGB Variations
Color information
#378ACB (or 0x378ACB) is known color: Curious Blue. HEX triplet: 37, 8A and CB. RGB value is (55,138,203). Sum of RGB (Red+Green+Blue) = 55+138+203=396 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.89% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #378ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ACB is #C87534. Grayscale: #787878. Windows color (decimal): -13137205 or 13339191. OLE color: 13339191.
HSL color Cylindrical-coordinate representation of color #378ACB: hue angle of 206.35º 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 #378ACB is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 138 | 203 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.20 |
| HSL | 206.35º | 0.59% | 0.51% | - |
| HSV(B) | 206.35º | 0.73% | 0.8% | - |
| XYZ | 21.44 | 23.3 | 59.87 | - |
| YUV | 120.59 | 174.5 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 203 | 0.73 | 0.32 | 0 | 0.20 | 206.35 | 0.59 | 0.51 |
| Hex | 37 | 8A | CB | 49 | 20 | 0 | 14 | CE | 3B | 33 |
| Octal | 67 | 212 | 313 | 111 | 40 | 0 | 24 | 316 | 73 | 63 |
| Binary | 110111 | 10001010 | 11001011 | 1001001 | 100000 | 0 | 10100 | 11001110 | 111011 | 110011 |
Color Harmonies of #378ACB
Complementary color
Monochromatic Colors of #378ACB
Black with #378ACB
Text Example
Text Example
White with #378ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378ACB; }
p { color: rgb(55,138,203); }
H1.HeaderClassName
{
color: #378ACB;
}
.AnyTagClassName
{
color: #378ACB;
}
</style>
background-color css
<style>
a { background-color: #378ACB; }
a { background-color: rgb(55,138,203); }
div.DivClassName
{
background-color: #378ACB;
}
.BgClassName
{
background-color: #378ACB;
}
</style>
border-color css
<style>
span { border-color: #378ACB; }
span { border-color: rgb(55,138,203); }
td.TdClassName
{
border-color: #378ACB;
}
.TagClassName
{
border-color: #378ACB;
}
</style>