Shades of Curious Blue #378CCB
Tints of Curious Blue #378CCB
RGB
CMYK
RGB Variations
Color information
#378CCB (or 0x378CCB) is known color: Curious Blue. HEX triplet: 37, 8C and CB. RGB value is (55,140,203). Sum of RGB (Red+Green+Blue) = 55+140+203=398 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.82% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #378CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378CCB is #C87334. Grayscale: #797979. Windows color (decimal): -13136693 or 13339703. OLE color: 13339703.
HSL color Cylindrical-coordinate representation of color #378CCB: hue angle of 205.54º 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 #378CCB is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 140 | 203 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.20 |
| HSL | 205.54º | 0.59% | 0.51% | - |
| HSV(B) | 205.54º | 0.73% | 0.8% | - |
| XYZ | 21.73 | 23.88 | 59.96 | - |
| YUV | 121.77 | 173.84 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 203 | 0.73 | 0.31 | 0 | 0.20 | 205.54 | 0.59 | 0.51 |
| Hex | 37 | 8C | CB | 49 | 1F | 0 | 14 | CE | 3B | 33 |
| Octal | 67 | 214 | 313 | 111 | 37 | 0 | 24 | 316 | 73 | 63 |
| Binary | 110111 | 10001100 | 11001011 | 1001001 | 11111 | 0 | 10100 | 11001110 | 111011 | 110011 |
Color Harmonies of #378CCB
Complementary color
Monochromatic Colors of #378CCB
Black with #378CCB
Text Example
Text Example
White with #378CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378CCB; }
p { color: rgb(55,140,203); }
H1.HeaderClassName
{
color: #378CCB;
}
.AnyTagClassName
{
color: #378CCB;
}
</style>
background-color css
<style>
a { background-color: #378CCB; }
a { background-color: rgb(55,140,203); }
div.DivClassName
{
background-color: #378CCB;
}
.BgClassName
{
background-color: #378CCB;
}
</style>
border-color css
<style>
span { border-color: #378CCB; }
span { border-color: rgb(55,140,203); }
td.TdClassName
{
border-color: #378CCB;
}
.TagClassName
{
border-color: #378CCB;
}
</style>