#389BB2

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

Shades of Pelorous #389BB2

Tints of Pelorous #389BB2

Color information

#389BB2 (or 0x389BB2) is unknown color: approx Pelorous. HEX triplet: 38, 9B and B2. RGB value is (56,155,178). Sum of RGB (Red+Green+Blue) = 56+155+178=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 178 - color contains mainly: blue. Hex color #389BB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389BB2 is #C7644D. Grayscale: #7F7F7F. Windows color (decimal): -13067342 or 11705144. OLE color: 11705144.

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

Color convert

RGB56155178-
CMYK0.690.1300.30
HSL191.31º52.14%45.88%-
HSV(B)191.31º68.54%69.8%-
XYZ21.3927.546.3-
YUV128.02156.276.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.40%
GREEN value IS 155 (60.94% from 255) = 39.85%
BLUE value IS 178 (69.92% from 255) = 45.76%
R=14.40%
G=39.85%
B=45.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561551780.690.1300.30191.3152.1445.88
Hex389BB245D01Ebf342e
Octal70233262105150362776456
Binary11100010011011101100101000101110101111010111111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,155,178); }

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

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

 a { background-color: rgb(56,155,178); }

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

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

 span { border-color: rgb(56,155,178); }

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