#379BB2

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

Shades of Pelorous #379BB2

Tints of Pelorous #379BB2

Color information

#379BB2 (or 0x379BB2) is unknown color: approx Pelorous. HEX triplet: 37, 9B and B2. RGB value is (55,155,178). Sum of RGB (Red+Green+Blue) = 55+155+178=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #379BB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379BB2 is #C8644D. Grayscale: #7F7F7F. Windows color (decimal): -13132878 or 11705143. OLE color: 11705143.

HSL color Cylindrical-coordinate representation of color #379BB2: hue angle of 191.22º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #379BB2 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB55155178-
CMYK0.690.1300.30
HSL191.22º52.79%45.69%-
HSV(B)191.22º69.1%69.8%-
XYZ21.3327.4746.3-
YUV127.72156.3776.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.18%
GREEN value IS 155 (60.94% from 255) = 39.95%
BLUE value IS 178 (69.92% from 255) = 45.88%
R=14.18%
G=39.95%
B=45.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal551551780.690.1300.30191.2252.7945.69
Hex379BB245D01Ebf352e
Octal67233262105150362776556
Binary11011110011011101100101000101110101111010111111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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