Shades of Curious Blue #3782AB
Tints of Curious Blue #3782AB
RGB
CMYK
RGB Variations
Color information
#3782AB (or 0x3782AB) is known color: Curious Blue. HEX triplet: 37, 82 and AB. RGB value is (55,130,171). Sum of RGB (Red+Green+Blue) = 55+130+171=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #3782AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3782AB is #C87D54. Grayscale: #707070. Windows color (decimal): -13139285 or 11239991. OLE color: 11239991.
HSL color Cylindrical-coordinate representation of color #3782AB: hue angle of 201.21º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3782AB is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 130 | 171 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.33 |
| HSL | 201.21º | 0.51% | 0.44% | - |
| HSV(B) | 201.21º | 0.68% | 0.67% | - |
| XYZ | 16.91 | 19.72 | 41.44 | - |
| YUV | 112.25 | 161.15 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 130 | 171 | 0.68 | 0.24 | 0 | 0.33 | 201.21 | 0.51 | 0.44 |
| Hex | 37 | 82 | AB | 44 | 18 | 0 | 21 | C9 | 33 | 2C |
| Octal | 67 | 202 | 253 | 104 | 30 | 0 | 41 | 311 | 63 | 54 |
| Binary | 110111 | 10000010 | 10101011 | 1000100 | 11000 | 0 | 100001 | 11001001 | 110011 | 101100 |
Color Harmonies of #3782AB
Complementary color
Monochromatic Colors of #3782AB
Black with #3782AB
Text Example
Text Example
White with #3782AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3782AB; }
p { color: rgb(55,130,171); }
H1.HeaderClassName
{
color: #3782AB;
}
.AnyTagClassName
{
color: #3782AB;
}
</style>
background-color css
<style>
a { background-color: #3782AB; }
a { background-color: rgb(55,130,171); }
div.DivClassName
{
background-color: #3782AB;
}
.BgClassName
{
background-color: #3782AB;
}
</style>
border-color css
<style>
span { border-color: #3782AB; }
span { border-color: rgb(55,130,171); }
td.TdClassName
{
border-color: #3782AB;
}
.TagClassName
{
border-color: #3782AB;
}
</style>