Shades of Curious Blue #3773B4
Tints of Curious Blue #3773B4
RGB
CMYK
RGB Variations
Color information
#3773B4 (or 0x3773B4) is known color: Curious Blue. HEX triplet: 37, 73 and B4. RGB value is (55,115,180). Sum of RGB (Red+Green+Blue) = 55+115+180=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 180 (70.70% from 255 or 51.43% from 350); Max value from RGB is 180 - color contains mainly: blue. Hex color #3773B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3773B4 is #C88C4B. Grayscale: #686868. Windows color (decimal): -13143116 or 11825975. OLE color: 11825975.
HSL color Cylindrical-coordinate representation of color #3773B4: hue angle of 211.2º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3773B4 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 115 | 180 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.29 |
| HSL | 211.2º | 0.53% | 0.46% | - |
| HSV(B) | 211.2º | 0.69% | 0.71% | - |
| XYZ | 15.94 | 16.37 | 45.5 | - |
| YUV | 104.47 | 170.62 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 180 | 0.69 | 0.36 | 0 | 0.29 | 211.2 | 0.53 | 0.46 |
| Hex | 37 | 73 | B4 | 45 | 24 | 0 | 1D | D3 | 35 | 2E |
| Octal | 67 | 163 | 264 | 105 | 44 | 0 | 35 | 323 | 65 | 56 |
| Binary | 110111 | 1110011 | 10110100 | 1000101 | 100100 | 0 | 11101 | 11010011 | 110101 | 101110 |
Color Harmonies of #3773B4
Complementary color
Monochromatic Colors of #3773B4
Black with #3773B4
Text Example
Text Example
White with #3773B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3773B4; }
p { color: rgb(55,115,180); }
H1.HeaderClassName
{
color: #3773B4;
}
.AnyTagClassName
{
color: #3773B4;
}
</style>
background-color css
<style>
a { background-color: #3773B4; }
a { background-color: rgb(55,115,180); }
div.DivClassName
{
background-color: #3773B4;
}
.BgClassName
{
background-color: #3773B4;
}
</style>
border-color css
<style>
span { border-color: #3773B4; }
span { border-color: rgb(55,115,180); }
td.TdClassName
{
border-color: #3773B4;
}
.TagClassName
{
border-color: #3773B4;
}
</style>