#389FAE

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

Shades of Pelorous #389FAE

Tints of Pelorous #389FAE

Color information

#389FAE (or 0x389FAE) is unknown color: approx Pelorous. HEX triplet: 38, 9F and AE. RGB value is (56,159,174). Sum of RGB (Red+Green+Blue) = 56+159+174=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #389FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389FAE is #C76051. Grayscale: #818181. Windows color (decimal): -13066322 or 11444024. OLE color: 11444024.

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

Color convert

RGB56159174-
CMYK0.680.0900.32
HSL187.63º51.3%45.1%-
HSV(B)187.63º67.82%68.24%-
XYZ21.6728.6944.44-
YUV129.91152.8875.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.40%
GREEN value IS 159 (62.5% from 255) = 40.87%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=14.40%
G=40.87%
B=44.73%

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
Decimal561591740.680.0900.32187.6351.345.1
Hex389FAE449020bc332d
Octal70237256104110402746355
Binary111000100111111010111010001001001010000010111100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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