#379EBC

Color #379EBC Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #379EBC

Tints of Pelorous #379EBC

Color information

#379EBC (or 0x379EBC) is unknown color: approx Pelorous. HEX triplet: 37, 9E and BC. RGB value is (55,158,188). Sum of RGB (Red+Green+Blue) = 55+158+188=401 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.72% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #379EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379EBC is #C86143. Grayscale: #828282. Windows color (decimal): -13132100 or 12361271. OLE color: 12361271.

HSL color Cylindrical-coordinate representation of color #379EBC: hue angle of 193.53º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #379EBC is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB55158188-
CMYK0.710.1600.26
HSL193.53º54.73%47.65%-
HSV(B)193.53º70.74%73.73%-
XYZ22.8828.951.95-
YUV130.62160.3874.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 13.72%
GREEN value IS 158 (62.11% from 255) = 39.40%
BLUE value IS 188 (73.83% from 255) = 46.88%
R=13.72%
G=39.40%
B=46.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal551581880.710.1600.26193.5354.7347.65
Hex379EBC471001Ac23730
Octal67236274107200323026760
Binary110111100111101011110010001111000001101011000010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379EBC; }

 p { color: rgb(55,158,188); }

 H1.HeaderClassName
 {
   color: #379EBC;
 }
 .AnyTagClassName
 {
   color: #379EBC;
 }
</style>
background-color css

<style>
 a { background-color: #379EBC; }

 a { background-color: rgb(55,158,188); }

 div.DivClassName
 {
   background-color: #379EBC;
 }
 .BgClassName
 {
   background-color: #379EBC;
 }
</style>
border-color css

<style>
 span { border-color: #379EBC; }

 span { border-color: rgb(55,158,188); }

 td.TdClassName
 {
   border-color: #379EBC;
 }
 .TagClassName
 {
   border-color: #379EBC;
 }
</style>