Shades of Curious Blue #377CC3
Tints of Curious Blue #377CC3
RGB
CMYK
RGB Variations
Color information
#377CC3 (or 0x377CC3) is known color: Curious Blue. HEX triplet: 37, 7C and C3. RGB value is (55,124,195). Sum of RGB (Red+Green+Blue) = 55+124+195=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 195 (76.56% from 255 or 52.14% from 374); Max value from RGB is 195 - color contains mainly: blue. Hex color #377CC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CC3 is #C8833C. Grayscale: #6F6F6F. Windows color (decimal): -13140797 or 12811319. OLE color: 12811319.
HSL color Cylindrical-coordinate representation of color #377CC3: hue angle of 210.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #377CC3 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 124 | 195 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.24 |
| HSL | 210.43º | 0.56% | 0.49% | - |
| HSV(B) | 210.43º | 0.72% | 0.76% | - |
| XYZ | 18.63 | 19.17 | 54.35 | - |
| YUV | 111.46 | 175.14 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 195 | 0.72 | 0.36 | 0 | 0.24 | 210.43 | 0.56 | 0.49 |
| Hex | 37 | 7C | C3 | 48 | 24 | 0 | 18 | D2 | 38 | 31 |
| Octal | 67 | 174 | 303 | 110 | 44 | 0 | 30 | 322 | 70 | 61 |
| Binary | 110111 | 1111100 | 11000011 | 1001000 | 100100 | 0 | 11000 | 11010010 | 111000 | 110001 |
Color Harmonies of #377CC3
Complementary color
Monochromatic Colors of #377CC3
Black with #377CC3
Text Example
Text Example
White with #377CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377CC3; }
p { color: rgb(55,124,195); }
H1.HeaderClassName
{
color: #377CC3;
}
.AnyTagClassName
{
color: #377CC3;
}
</style>
background-color css
<style>
a { background-color: #377CC3; }
a { background-color: rgb(55,124,195); }
div.DivClassName
{
background-color: #377CC3;
}
.BgClassName
{
background-color: #377CC3;
}
</style>
border-color css
<style>
span { border-color: #377CC3; }
span { border-color: rgb(55,124,195); }
td.TdClassName
{
border-color: #377CC3;
}
.TagClassName
{
border-color: #377CC3;
}
</style>