Shades of Curious Blue #3794CC
Tints of Curious Blue #3794CC
RGB
CMYK
RGB Variations
Color information
#3794CC (or 0x3794CC) is known color: Curious Blue. HEX triplet: 37, 94 and CC. RGB value is (55,148,204). Sum of RGB (Red+Green+Blue) = 55+148+204=407 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.51% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #3794CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3794CC is #C86B33. Grayscale: #7E7E7E. Windows color (decimal): -13134644 or 13407287. OLE color: 13407287.
HSL color Cylindrical-coordinate representation of color #3794CC: hue angle of 202.55º 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 #3794CC is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 148 | 204 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.2 |
| HSL | 202.55º | 0.59% | 0.51% | - |
| HSV(B) | 202.55º | 0.73% | 0.8% | - |
| XYZ | 23.06 | 26.35 | 61 | - |
| YUV | 126.58 | 171.69 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 148 | 204 | 0.73 | 0.27 | 0 | 0.2 | 202.55 | 0.59 | 0.51 |
| Hex | 37 | 94 | CC | 49 | 1B | 0 | 14 | CB | 3B | 33 |
| Octal | 67 | 224 | 314 | 111 | 33 | 0 | 24 | 313 | 73 | 63 |
| Binary | 110111 | 10010100 | 11001100 | 1001001 | 11011 | 0 | 10100 | 11001011 | 111011 | 110011 |
Color Harmonies of #3794CC
Complementary color
Monochromatic Colors of #3794CC
Black with #3794CC
Text Example
Text Example
White with #3794CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3794CC; }
p { color: rgb(55,148,204); }
H1.HeaderClassName
{
color: #3794CC;
}
.AnyTagClassName
{
color: #3794CC;
}
</style>
background-color css
<style>
a { background-color: #3794CC; }
a { background-color: rgb(55,148,204); }
div.DivClassName
{
background-color: #3794CC;
}
.BgClassName
{
background-color: #3794CC;
}
</style>
border-color css
<style>
span { border-color: #3794CC; }
span { border-color: rgb(55,148,204); }
td.TdClassName
{
border-color: #3794CC;
}
.TagClassName
{
border-color: #3794CC;
}
</style>