Html Css Color HEX #389CB7 Pelorous

📋 copy color: '#389CB7'

red 56 ◦ green 156 ◦ blue 183

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

Shades of Pelorous #389CB7

Tints of Pelorous #389CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.33%

R = 14.18%
G = 39.49%
B = 46.33%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#389CB7 (or 0x389CB7) is known color: Pelorous. HEX triplet: 38, 9C and B7. RGB value is (56,156,183). Sum of RGB (Red+Green+Blue) = 56+156+183=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 183 - color contains mainly: blue. Hex color #389CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CB7 is #C76348. Grayscale: #808080. Windows color (decimal): -13067081 or 12033080. OLE color: 12033080.

HSL color Cylindrical-coordinate representation of color #389CB7: hue angle of 192.76º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #389CB7 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 156 183 -
CMYK 0.69 0.15 0 0.28
HSL 192.76º 0.53% 0.47% -
HSV(B) 192.76º 0.69% 0.72% -
XYZ 22.07 28.04 49.05 -
YUV 129.18 158.37 75.8 -
System Red Green Blue C M Y K H S L
Decimal 56 156 183 0.69 0.15 0 0.28 192.76 0.53 0.47
Hex 38 9C B7 45 F 0 1C C1 35 2F
Octal 70 234 267 105 17 0 34 301 65 57
Binary 111000 10011100 10110111 1000101 1111 0 11100 11000001 110101 101111

Color Harmonies of #389CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CB7

Black with #389CB7

Text Example


Text Example

White with #389CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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