#389EB1

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

Shades of Pelorous #389EB1

Tints of Pelorous #389EB1

Color information

#389EB1 (or 0x389EB1) is unknown color: approx Pelorous. HEX triplet: 38, 9E and B1. RGB value is (56,158,177). Sum of RGB (Red+Green+Blue) = 56+158+177=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #389EB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389EB1 is #C7614E. Grayscale: #818181. Windows color (decimal): -13066575 or 11640376. OLE color: 11640376.

HSL color Cylindrical-coordinate representation of color #389EB1: hue angle of 189.42º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #389EB1 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56158177-
CMYK0.680.1100.31
HSL189.42º51.93%45.69%-
HSV(B)189.42º68.36%69.41%-
XYZ21.7928.4745.94-
YUV129.67154.7175.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.32%
GREEN value IS 158 (62.11% from 255) = 40.41%
BLUE value IS 177 (69.53% from 255) = 45.27%
R=14.32%
G=40.41%
B=45.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561581770.680.1100.31189.4251.9345.69
Hex389EB144B01Fbd342e
Octal70236261104130372756456
Binary11100010011110101100011000100101101111110111101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,158,177); }

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

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

 a { background-color: rgb(56,158,177); }

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

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

 span { border-color: rgb(56,158,177); }

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