Shades of Pelorous #379EC4
Tints of Pelorous #379EC4
RGB
CMYK
RGB Variations
Color information
#379EC4 (or 0x379EC4) is known color: Pelorous. HEX triplet: 37, 9E and C4. RGB value is (55,158,196). Sum of RGB (Red+Green+Blue) = 55+158+196=409 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.45% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #379EC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379EC4 is #C8613B. Grayscale: #838383. Windows color (decimal): -13132092 or 12885559. OLE color: 12885559.
HSL color Cylindrical-coordinate representation of color #379EC4: hue angle of 196.17º 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 #379EC4 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 158 | 196 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.23 |
| HSL | 196.17º | 0.56% | 0.49% | - |
| HSV(B) | 196.17º | 0.72% | 0.77% | - |
| XYZ | 23.77 | 29.25 | 56.62 | - |
| YUV | 131.54 | 164.38 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 158 | 196 | 0.72 | 0.19 | 0 | 0.23 | 196.17 | 0.56 | 0.49 |
| Hex | 37 | 9E | C4 | 48 | 13 | 0 | 17 | C4 | 38 | 31 |
| Octal | 67 | 236 | 304 | 110 | 23 | 0 | 27 | 304 | 70 | 61 |
| Binary | 110111 | 10011110 | 11000100 | 1001000 | 10011 | 0 | 10111 | 11000100 | 111000 | 110001 |
Color Harmonies of #379EC4
Complementary color
Monochromatic Colors of #379EC4
Black with #379EC4
Text Example
Text Example
White with #379EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379EC4; }
p { color: rgb(55,158,196); }
H1.HeaderClassName
{
color: #379EC4;
}
.AnyTagClassName
{
color: #379EC4;
}
</style>
background-color css
<style>
a { background-color: #379EC4; }
a { background-color: rgb(55,158,196); }
div.DivClassName
{
background-color: #379EC4;
}
.BgClassName
{
background-color: #379EC4;
}
</style>
border-color css
<style>
span { border-color: #379EC4; }
span { border-color: rgb(55,158,196); }
td.TdClassName
{
border-color: #379EC4;
}
.TagClassName
{
border-color: #379EC4;
}
</style>