Shades of Curious Blue #3798CD
Tints of Curious Blue #3798CD
RGB
CMYK
RGB Variations
Color information
#3798CD (or 0x3798CD) is known color: Curious Blue. HEX triplet: 37, 98 and CD. RGB value is (55,152,205). Sum of RGB (Red+Green+Blue) = 55+152+205=412 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.35% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #3798CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3798CD is #C86732. Grayscale: #808080. Windows color (decimal): -13133619 or 13473847. OLE color: 13473847.
HSL color Cylindrical-coordinate representation of color #3798CD: hue angle of 201.2º degrees, saturation: 0.6, 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 #3798CD is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 152 | 205 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.20 |
| HSL | 201.2º | 0.6% | 0.51% | - |
| HSV(B) | 201.2º | 0.73% | 0.8% | - |
| XYZ | 23.82 | 27.68 | 61.84 | - |
| YUV | 129.04 | 170.86 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 152 | 205 | 0.73 | 0.26 | 0 | 0.20 | 201.2 | 0.6 | 0.51 |
| Hex | 37 | 98 | CD | 49 | 1A | 0 | 14 | C9 | 3C | 33 |
| Octal | 67 | 230 | 315 | 111 | 32 | 0 | 24 | 311 | 74 | 63 |
| Binary | 110111 | 10011000 | 11001101 | 1001001 | 11010 | 0 | 10100 | 11001001 | 111100 | 110011 |
Color Harmonies of #3798CD
Complementary color
Monochromatic Colors of #3798CD
Black with #3798CD
Text Example
Text Example
White with #3798CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3798CD; }
p { color: rgb(55,152,205); }
H1.HeaderClassName
{
color: #3798CD;
}
.AnyTagClassName
{
color: #3798CD;
}
</style>
background-color css
<style>
a { background-color: #3798CD; }
a { background-color: rgb(55,152,205); }
div.DivClassName
{
background-color: #3798CD;
}
.BgClassName
{
background-color: #3798CD;
}
</style>
border-color css
<style>
span { border-color: #3798CD; }
span { border-color: rgb(55,152,205); }
td.TdClassName
{
border-color: #3798CD;
}
.TagClassName
{
border-color: #3798CD;
}
</style>