Html Css Color HEX #389EB1 Pelorous

📋 copy color: '#389EB1'

red 56 ◦ green 158 ◦ blue 177

#389EB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #389EB1

Tints of Pelorous #389EB1

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 value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#389EB1 (or 0x389EB1) is known color: 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

RGB 56 158 177 -
CMYK 0.68 0.11 0 0.31
HSL 189.42º 0.52% 0.46% -
HSV(B) 189.42º 0.68% 0.69% -
XYZ 21.79 28.47 45.94 -
YUV 129.67 154.71 75.46 -
System Red Green Blue C M Y K H S L
Decimal 56 158 177 0.68 0.11 0 0.31 189.42 0.52 0.46
Hex 38 9E B1 44 B 0 1F BD 34 2E
Octal 70 236 261 104 13 0 37 275 64 56
Binary 111000 10011110 10110001 1000100 1011 0 11111 10111101 110100 101110

Color Harmonies of #389EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389EB1

Black with #389EB1

Text Example


Text Example

White with #389EB1

Text Example


Text Example

HTML Codes & Css Web 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>