#379AB1

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

Shades of Pelorous #379AB1

Tints of Pelorous #379AB1

Color information

#379AB1 (or 0x379AB1) is unknown color: approx Pelorous. HEX triplet: 37, 9A and B1. RGB value is (55,154,177). Sum of RGB (Red+Green+Blue) = 55+154+177=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #379AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379AB1 is #C8654E. Grayscale: #7E7E7E. Windows color (decimal): -13133135 or 11639351. OLE color: 11639351.

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

Color convert

RGB55154177-
CMYK0.690.1300.31
HSL191.31º52.59%45.49%-
HSV(B)191.31º68.93%69.41%-
XYZ21.0727.145.72-
YUV127.02156.276.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.25%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 177 (69.53% from 255) = 45.85%
R=14.25%
G=39.90%
B=45.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551541770.690.1300.31191.3152.5945.49
Hex379AB145D01Fbf352d
Octal67232261105150372776555
Binary11011110011010101100011000101110101111110111111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,154,177); }

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

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

 a { background-color: rgb(55,154,177); }

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

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

 span { border-color: rgb(55,154,177); }

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