#389EB0

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

Shades of Pelorous #389EB0

Tints of Pelorous #389EB0

Color information

#389EB0 (or 0x389EB0) is unknown color: approx Pelorous. HEX triplet: 38, 9E and B0. RGB value is (56,158,176). Sum of RGB (Red+Green+Blue) = 56+158+176=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 176 - color contains mainly: blue. Hex color #389EB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389EB0 is #C7614F. Grayscale: #818181. Windows color (decimal): -13066576 or 11574840. OLE color: 11574840.

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

Color convert

RGB56158176-
CMYK0.680.1000.31
HSL189º51.72%45.49%-
HSV(B)189º68.18%69.02%-
XYZ21.6928.4345.42-
YUV129.55154.2175.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.36%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 176 (69.14% from 255) = 45.13%
R=14.36%
G=40.51%
B=45.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561581760.680.1000.3118951.7245.49
Hex389EB044A01Fbd342d
Octal70236260104120372756455
Binary11100010011110101100001000100101001111110111101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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