Html Css Color HEX #389CB1 Pelorous

📋 copy color: '#389CB1'

red 56 ◦ green 156 ◦ blue 177

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

Shades of Pelorous #389CB1

Tints of Pelorous #389CB1

RGB

 RED value IS 56 (22.27% from 255) = 14.4%

 GREEN value IS 156 (61.33% from 255) = 40.1%

 BLUE value IS 177 (69.53% from 255) = 45.5%

R = 14.4%
G = 40.1%
B = 45.5%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#389CB1 (or 0x389CB1) is known color: Pelorous. HEX triplet: 38, 9C and B1. RGB value is (56,156,177). Sum of RGB (Red+Green+Blue) = 56+156+177=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #389CB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389CB1 is #C7634E. Grayscale: #808080. Windows color (decimal): -13067087 or 11639864. OLE color: 11639864.

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

Color convert

RGB 56 156 177 -
CMYK 0.68 0.12 0 0.31
HSL 190.41º 0.52% 0.46% -
HSV(B) 190.41º 0.68% 0.69% -
XYZ 21.46 27.79 45.83 -
YUV 128.49 155.37 76.29 -
System Red Green Blue C M Y K H S L
Decimal 56 156 177 0.68 0.12 0 0.31 190.41 0.52 0.46
Hex 38 9C B1 44 C 0 1F BE 34 2E
Octal 70 234 261 104 14 0 37 276 64 56
Binary 111000 10011100 10110001 1000100 1100 0 11111 10111110 110100 101110

Color Harmonies of #389CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CB1

Black with #389CB1

Text Example


Text Example

White with #389CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #389CB1;
 }
 .AnyTagClassName
 {
   color: #389CB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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