#379FAE

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

Shades of Pelorous #379FAE

Tints of Pelorous #379FAE

Color information

#379FAE (or 0x379FAE) is unknown color: approx Pelorous. HEX triplet: 37, 9F and AE. RGB value is (55,159,174). Sum of RGB (Red+Green+Blue) = 55+159+174=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #379FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379FAE is #C86051. Grayscale: #818181. Windows color (decimal): -13131858 or 11444023. OLE color: 11444023.

HSL color Cylindrical-coordinate representation of color #379FAE: hue angle of 187.56º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #379FAE is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB55159174-
CMYK0.680.0900.32
HSL187.56º51.97%44.9%-
HSV(B)187.56º68.39%68.24%-
XYZ21.6128.6644.44-
YUV129.61153.0474.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.18%
GREEN value IS 159 (62.5% from 255) = 40.98%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=14.18%
G=40.98%
B=44.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal551591740.680.0900.32187.5651.9744.9
Hex379FAE449020bc342d
Octal67237256104110402746455
Binary110111100111111010111010001001001010000010111100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,159,174); }

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

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

 a { background-color: rgb(55,159,174); }

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

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

 span { border-color: rgb(55,159,174); }

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