Shades of Curious Blue #377CC4
Tints of Curious Blue #377CC4
RGB
CMYK
RGB Variations
Color information
#377CC4 (or 0x377CC4) is known color: Curious Blue. HEX triplet: 37, 7C and C4. RGB value is (55,124,196). Sum of RGB (Red+Green+Blue) = 55+124+196=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #377CC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CC4 is #C8833B. Grayscale: #6F6F6F. Windows color (decimal): -13140796 or 12876855. OLE color: 12876855.
HSL color Cylindrical-coordinate representation of color #377CC4: hue angle of 210.64º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #377CC4 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 124 | 196 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.23 |
| HSL | 210.64º | 0.56% | 0.49% | - |
| HSV(B) | 210.64º | 0.72% | 0.77% | - |
| XYZ | 18.75 | 19.21 | 54.94 | - |
| YUV | 111.58 | 175.64 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 196 | 0.72 | 0.37 | 0 | 0.23 | 210.64 | 0.56 | 0.49 |
| Hex | 37 | 7C | C4 | 48 | 25 | 0 | 17 | D3 | 38 | 31 |
| Octal | 67 | 174 | 304 | 110 | 45 | 0 | 27 | 323 | 70 | 61 |
| Binary | 110111 | 1111100 | 11000100 | 1001000 | 100101 | 0 | 10111 | 11010011 | 111000 | 110001 |
Color Harmonies of #377CC4
Complementary color
Monochromatic Colors of #377CC4
Black with #377CC4
Text Example
Text Example
White with #377CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377CC4; }
p { color: rgb(55,124,196); }
H1.HeaderClassName
{
color: #377CC4;
}
.AnyTagClassName
{
color: #377CC4;
}
</style>
background-color css
<style>
a { background-color: #377CC4; }
a { background-color: rgb(55,124,196); }
div.DivClassName
{
background-color: #377CC4;
}
.BgClassName
{
background-color: #377CC4;
}
</style>
border-color css
<style>
span { border-color: #377CC4; }
span { border-color: rgb(55,124,196); }
td.TdClassName
{
border-color: #377CC4;
}
.TagClassName
{
border-color: #377CC4;
}
</style>