Shades of Curious Blue #3782CE
Tints of Curious Blue #3782CE
RGB
CMYK
RGB Variations
Color information
#3782CE (or 0x3782CE) is known color: Curious Blue. HEX triplet: 37, 82 and CE. RGB value is (55,130,206). Sum of RGB (Red+Green+Blue) = 55+130+206=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #3782CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3782CE is #C87D31. Grayscale: #737373. Windows color (decimal): -13139250 or 13533751. OLE color: 13533751.
HSL color Cylindrical-coordinate representation of color #3782CE: hue angle of 210.2º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3782CE is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 130 | 206 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.19 |
| HSL | 210.2º | 0.61% | 0.51% | - |
| HSV(B) | 210.2º | 0.73% | 0.81% | - |
| XYZ | 20.7 | 21.23 | 61.4 | - |
| YUV | 116.24 | 178.65 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 130 | 206 | 0.73 | 0.37 | 0 | 0.19 | 210.2 | 0.61 | 0.51 |
| Hex | 37 | 82 | CE | 49 | 25 | 0 | 13 | D2 | 3D | 33 |
| Octal | 67 | 202 | 316 | 111 | 45 | 0 | 23 | 322 | 75 | 63 |
| Binary | 110111 | 10000010 | 11001110 | 1001001 | 100101 | 0 | 10011 | 11010010 | 111101 | 110011 |
Color Harmonies of #3782CE
Complementary color
Monochromatic Colors of #3782CE
Black with #3782CE
Text Example
Text Example
White with #3782CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3782CE; }
p { color: rgb(55,130,206); }
H1.HeaderClassName
{
color: #3782CE;
}
.AnyTagClassName
{
color: #3782CE;
}
</style>
background-color css
<style>
a { background-color: #3782CE; }
a { background-color: rgb(55,130,206); }
div.DivClassName
{
background-color: #3782CE;
}
.BgClassName
{
background-color: #3782CE;
}
</style>
border-color css
<style>
span { border-color: #3782CE; }
span { border-color: rgb(55,130,206); }
td.TdClassName
{
border-color: #3782CE;
}
.TagClassName
{
border-color: #3782CE;
}
</style>