Shades of Curious Blue #3781CB
Tints of Curious Blue #3781CB
RGB
CMYK
RGB Variations
Color information
#3781CB (or 0x3781CB) is known color: Curious Blue. HEX triplet: 37, 81 and CB. RGB value is (55,129,203). Sum of RGB (Red+Green+Blue) = 55+129+203=387 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.21% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #3781CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3781CB is #C87E34. Grayscale: #727272. Windows color (decimal): -13139509 or 13336887. OLE color: 13336887.
HSL color Cylindrical-coordinate representation of color #3781CB: hue angle of 210º 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 #3781CB is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 129 | 203 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.20 |
| HSL | 210º | 0.59% | 0.51% | - |
| HSV(B) | 210º | 0.73% | 0.8% | - |
| XYZ | 20.21 | 20.82 | 59.45 | - |
| YUV | 115.31 | 177.48 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 203 | 0.73 | 0.36 | 0 | 0.20 | 210 | 0.59 | 0.51 |
| Hex | 37 | 81 | CB | 49 | 24 | 0 | 14 | D2 | 3B | 33 |
| Octal | 67 | 201 | 313 | 111 | 44 | 0 | 24 | 322 | 73 | 63 |
| Binary | 110111 | 10000001 | 11001011 | 1001001 | 100100 | 0 | 10100 | 11010010 | 111011 | 110011 |
Color Harmonies of #3781CB
Complementary color
Monochromatic Colors of #3781CB
Black with #3781CB
Text Example
Text Example
White with #3781CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3781CB; }
p { color: rgb(55,129,203); }
H1.HeaderClassName
{
color: #3781CB;
}
.AnyTagClassName
{
color: #3781CB;
}
</style>
background-color css
<style>
a { background-color: #3781CB; }
a { background-color: rgb(55,129,203); }
div.DivClassName
{
background-color: #3781CB;
}
.BgClassName
{
background-color: #3781CB;
}
</style>
border-color css
<style>
span { border-color: #3781CB; }
span { border-color: rgb(55,129,203); }
td.TdClassName
{
border-color: #3781CB;
}
.TagClassName
{
border-color: #3781CB;
}
</style>