#379EAE

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

Shades of Pelorous #379EAE

Tints of Pelorous #379EAE

Color information

#379EAE (or 0x379EAE) is unknown color: approx Pelorous. HEX triplet: 37, 9E and AE. RGB value is (55,158,174). Sum of RGB (Red+Green+Blue) = 55+158+174=387 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.21% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #379EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379EAE is #C86151. Grayscale: #808080. Windows color (decimal): -13132114 or 11443767. OLE color: 11443767.

HSL color Cylindrical-coordinate representation of color #379EAE: hue angle of 188.07º 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 #379EAE is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB55158174-
CMYK0.680.0900.32
HSL188.07º51.97%44.9%-
HSV(B)188.07º68.39%68.24%-
XYZ21.4428.3244.38-
YUV129.03153.3875.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.21%
GREEN value IS 158 (62.11% from 255) = 40.83%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=14.21%
G=40.83%
B=44.96%

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
Decimal551581740.680.0900.32188.0751.9744.9
Hex379EAE449020bc342d
Octal67236256104110402746455
Binary110111100111101010111010001001001010000010111100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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