#379BC4

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

Shades of Pelorous #379BC4

Tints of Pelorous #379BC4

Color information

#379BC4 (or 0x379BC4) is unknown color: approx Pelorous. HEX triplet: 37, 9B and C4. RGB value is (55,155,196). Sum of RGB (Red+Green+Blue) = 55+155+196=406 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.55% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 196 (76.95% from 255 or 48.28% from 406); Max value from RGB is 196 - color contains mainly: blue. Hex color #379BC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379BC4 is #C8643B. Grayscale: #818181. Windows color (decimal): -13132860 or 12884791. OLE color: 12884791.

HSL color Cylindrical-coordinate representation of color #379BC4: hue angle of 197.45º 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 #379BC4 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB55155196-
CMYK0.720.2100.23
HSL197.45º56.18%49.22%-
HSV(B)197.45º71.94%76.86%-
XYZ23.2628.2456.45-
YUV129.77165.3774.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.55%
GREEN value IS 155 (60.94% from 255) = 38.18%
BLUE value IS 196 (76.95% from 255) = 48.28%
R=13.55%
G=38.18%
B=48.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal551551960.720.2100.23197.4556.1849.22
Hex379BC44815017c53831
Octal67233304110250273057061
Binary110111100110111100010010010001010101011111000101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,155,196); }

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

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

 a { background-color: rgb(55,155,196); }

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

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

 span { border-color: rgb(55,155,196); }

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