#389BB1

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

Shades of Pelorous #389BB1

Tints of Pelorous #389BB1

Color information

#389BB1 (or 0x389BB1) is unknown color: approx Pelorous. HEX triplet: 38, 9B and B1. RGB value is (56,155,177). Sum of RGB (Red+Green+Blue) = 56+155+177=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #389BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389BB1 is #C7644E. Grayscale: #7F7F7F. Windows color (decimal): -13067343 or 11639608. OLE color: 11639608.

HSL color Cylindrical-coordinate representation of color #389BB1: hue angle of 190.91º 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 #389BB1 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56155177-
CMYK0.680.1200.31
HSL190.91º51.93%45.69%-
HSV(B)190.91º68.36%69.41%-
XYZ21.2927.4645.77-
YUV127.91155.776.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.43%
GREEN value IS 155 (60.94% from 255) = 39.95%
BLUE value IS 177 (69.53% from 255) = 45.62%
R=14.43%
G=39.95%
B=45.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561551770.680.1200.31190.9151.9345.69
Hex389BB144C01Fbf342e
Octal70233261104140372776456
Binary11100010011011101100011000100110001111110111111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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